mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-02-23 10:27:23 -08:00
14 lines
218 B
TOML
14 lines
218 B
TOML
[build]
|
|
publish = "docs/site/"
|
|
command = """
|
|
pip3 install mkdocs-material &&
|
|
cd docs &&
|
|
mkdocs build
|
|
"""
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
X-Frame-Options = "DENY"
|
|
X-XSS-Protection = "1; mode=block"
|