1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-18 20:59:41 +02:00
mealie/netlify.toml

14 lines
218 B
TOML
Raw Normal View History

[build]
publish = "docs/site/"
command = """
2021-08-04 10:05:53 -08:00
pip3 install mkdocs-material &&
cd docs &&
mkdocs build
"""
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"