this repo has no description

fix: build drafts on previews

Changed files
+5
+5
netlify.toml
···
for = "/*"
[headers.values]
Permission-Policy = "interest-cohort=()"
+
X-Frame-Options = "DENY"
+
X-XSS-Protection = "1; mode=block"
+
+
[context.deploy-preview]
+
command = "zola build --drafts"