Tag: csp

Fixing missing zola styles on Cloudflare Pages

I recently encountered a frustrating issue where syntax highlighting worked perfectly when running zola serve locally, but completely disappeared when deployed to Cloudflare Pages. Here's how I diagnosed and fixed the problem. The Symptoms The issue manifested in two ways: Visu…