coder-common-thin-frontend/netlify.toml
2025-07-04 15:08:19 +08:00

18 lines
264 B
TOML

[build]
publish = "dist"
command = "vite build --mode prod"
[build.environment]
NODE_VERSION = "20"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[[headers]]
for = "/manifest.webmanifest"
[headers.values]
Content-Type = "application/manifest+json"