this repo has no description
1[build] 2 command = "zola build" 3 publish = "public/" 4 5[context.deploy-preview] 6 command = "zola build --drafts" 7 8[[headers]] 9 for = "/*" 10 [headers.values] 11 # Disable Google cohort tracking 12 Permission-Policy = "interest-cohort=()" 13 # Disallow showing the website in frames 14 X-Frame-Options = "DENY" 15 X-XSS-Protection = "1; mode=block" 16 17[[redirects]] 18 from = "/post" 19 to = "/" 20 force = true