~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) andreijiroh.dev
mkdocs-material zensical website cf-pages
1

Configure Feed

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

chore: add headers file

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

Andrei Jiroh Halili (Dec 6, 2025, 4:29 PM UTC) 2462fd44 65339df6

+12
+12
markdown/_headers
··· 1 + # enable CORS on well-known routes 2 + /.well-known/*: 3 + Access-Control-Allow-Origin: * 4 + X-Robots-Tag: nosnippet 5 + 6 + # disable indexing on pages.dev/workers.dev 7 + https://:project.pages.dev/* 8 + X-Robots-Tag: noindex 9 + https://:version.:project.pages.dev/* 10 + X-Robots-Tag: noindex 11 + https://:project.:org.workers.dev 12 + X-Robots-Tag: noindex