zitadel/docs/netlify.toml
Florian Forster a1dfe02cf2
chore(docs): remove analytics proxy from preview (#4842)
* chore(docs): analytics proxy fix

* Update netlify.toml
2022-12-06 22:48:09 +01:00

16 lines
363 B
TOML

# This is a workaround to address the problem around the baseUrl from docusaurus
# Be aware that this prevents the usage of the path /docs/docs
[[redirects]]
from = "/docs/*"
to = "/:splat"
status = 200
force = true
[[headers]]
for = "/*"
[headers.values]
Strict-Transport-Security = '''
max-age=31536000;
includeSubDomains;
preload'''