mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
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'''
|
||
|
|