vitesse/netlify.toml
Han(ハン) 235f64902e
feat: add assets cache & fix manifest content type (#54)
* feat: add assets cache & fix manifest content type

* fix: manifest content-type
2021-02-11 21:34:46 +08:00

17 lines
360 B
TOML
Executable File

[build.environment]
NPM_FLAGS = "--prefix=/dev/null"
NODE_VERSION = "14"
[build]
publish = "dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[[headers]]
for = "/manifest.webmanifest"
[headers.values]
Content-Type = "application/manifest+json"