Files
moeka-project/apps/stage-web/netlify.toml
T
2025-03-06 18:48:53 +08:00

49 lines
997 B
TOML
Executable File

[build]
base = "/"
command = "pnpm -F @proj-airi/stage-web... run build && BASE_URL=/docs pnpm -F @proj-airi/docs... run build && mv /docs/dist /apps/stage-web/dist/docs"
publish = "/apps/stage-web/dist"
[build.environment]
NODE_VERSION = "23"
[[redirects]]
from = "/docs/*"
to = "https://airi-docs.netlify.app/:splat"
status = 200
force = true
# Plausible.io analytics
#
# Proxying Plausible through Netlify | Plausible docs
# https://plausible.io/docs/proxy/guides/netlify
[[redirects]]
from = "/remote-assets/page-external-data/js/script.js"
to = "https://plausible.io/js/script.js"
status = 200
force = true
[[redirects]]
from = "/api/v1/page-external-data/submit"
to = "https://plausible.io/api/event"
status = 200
force = true
[[redirects]]
from = "/assets/*"
to = "/assets/:splat"
status = 200
force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
force = false
[[headers]]
for = "/manifest.webmanifest"
[headers.values]
Content-Type = "application/manifest+json"