vue3-vant-mobile/netlify.toml

13 lines
175 B
TOML

[build]
base = "/"
publish = "dist"
command = "pnpm run build"
[build.environment]
NODE_VERSION = "18"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200