My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: build drafts on previews

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