vitesse/netlify.toml

17 lines
275 B
TOML
Raw Permalink Normal View History

[build.environment]
2021-11-28 01:30:57 +08:00
NODE_VERSION = "16"
2020-08-10 02:43:04 +08:00
[build]
2020-12-14 16:01:49 +08:00
publish = "dist"
command = "pnpm run build"
2020-08-10 02:43:04 +08:00
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[[headers]]
for = "/manifest.webmanifest"
[headers.values]
2021-11-28 01:30:57 +08:00
Content-Type = "application/manifest+json"