mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
e897422541
* chore: make docs searchable * Update netlify.toml
24 lines
416 B
TOML
24 lines
416 B
TOML
[build]
|
|
command = "npm run build"
|
|
|
|
[[redirects]]
|
|
from = "/proxy/js/script.js"
|
|
to = "https://plausible.io/js/plausible.js"
|
|
status = 200
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/proxy/api/event"
|
|
to = "https://plausible.io/api/event"
|
|
status = 202
|
|
force = true
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
Strict-Transport-Security = '''
|
|
max-age=31536000;
|
|
includeSubDomains;
|
|
preload'''
|
|
|