13 lines
250 B
TOML
13 lines
250 B
TOML
[build.environment]
|
|
NETLIFY_USE_PNPM = "true"
|
|
NODE_VERSION = "18"
|
|
|
|
[build]
|
|
command = "OUTPUT=netlify astro build"
|
|
publish = "dist"
|
|
|
|
[[headers]]
|
|
for = "/manifest.webmanifest"
|
|
[headers.values]
|
|
Content-Type = "application/manifest+json"
|