mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 19:14:23 +00:00
1b868b6a7f
* b2b example, link from b2b solution scenario, cleanup nextjs doc * b2b md * repo link * add plausible outbound events * update examples link
28 lines
536 B
TOML
28 lines
536 B
TOML
[build]
|
|
command = "npm run build"
|
|
|
|
[[redirects]]
|
|
from = "/proxy/js/script.js"
|
|
to = "https://plausible.io/js/script.outbound-links.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'''
|
|
|
|
[[redirects]]
|
|
from = "/docs/quickstarts/introduction"
|
|
to = "/docs/examples/introduction"
|
|
status = 301
|