@@ -6,6 +6,29 @@ 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"
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
# Plausible.io analytics
|
||||
#
|
||||
# Proxying Plausible through Netlify | Plausible docs
|
||||
# https://plausible.io/docs/proxy/guides/netlify
|
||||
/remote-assets/page-external-data/js/script.js https://plausible.io/js/script.js 200
|
||||
/api/v1/page-external-data/submit https://plausible.io/api/event 200
|
||||
|
||||
/assets/*
|
||||
cache-control: max-age=31536000
|
||||
cache-control: immutable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user