mirror of
https://github.com/traefik/mesh.git
synced 2026-05-02 18:32:32 +00:00
14 lines
358 B
TOML
14 lines
358 B
TOML
[build]
|
|
# Path relative to the root of the repository
|
|
publish = "site"
|
|
base = "docs"
|
|
|
|
# Path relative to the "base" directory
|
|
command = "sh -x scripts/netlify-run.sh"
|
|
|
|
[[headers]]
|
|
# Define which paths this specific [[headers]] block will cover.
|
|
for = "/*"
|
|
[headers.values]
|
|
Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"
|