14 lines
232 B
TOML
Executable File
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"
|