43 lines
897 B
TOML
Executable File
43 lines
897 B
TOML
Executable File
[build]
|
|
base = "/"
|
|
command = "pnpm -F @proj-airi/stage-web... run build && pnpm -F @proj-airi/docs... run build:base && ls -la && mv ./docs/dist ./apps/stage-web/dist/docs"
|
|
publish = "/apps/stage-web/dist"
|
|
|
|
[build.environment]
|
|
NODE_VERSION = "23"
|
|
|
|
# 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"
|