vue3-vant-mobile/netlify.toml

13 lines
175 B
TOML
Raw Permalink Normal View History

2023-12-25 13:48:38 +00:00
[build]
2023-12-26 09:31:18 +00:00
base = "/"
publish = "dist"
command = "pnpm run build"
[build.environment]
NODE_VERSION = "18"
2023-12-27 01:57:49 +00:00
2023-12-25 13:48:38 +00:00
[[redirects]]
2023-12-26 09:31:18 +00:00
from = "/*"
to = "/index.html"
status = 200