TOPVERSE_Official/netlify.toml

12 lines
164 B
TOML
Raw Permalink Normal View History

2023-04-23 14:19:03 +08:00
[build.environment]
NODE_VERSION = "16"
[build]
publish = "dist"
command = "pnpm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200