Files
moeka-project/docs/netlify.toml
T
2025-03-05 15:44:52 +08:00

14 lines
232 B
TOML
Executable File

[build]
base = "/"
command = "pnpm -F @proj-airi/docs... run build"
publish = "/docs/dist"
[build.environment]
NODE_VERSION = "23"
[[headers]]
for = "/site.webmanifest"
[headers.values]
Content-Type = "application/manifest+json"