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