vertex-frontend/netlify.toml
2025-02-03 16:27:13 +08:00

18 lines
256 B
TOML
Executable File

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