A calm place to write long-form, and publish it to the open social web.
skypress.blog/
1# Cloudflare Workers (Static Assets) config for SkyPress (SP7).
2# @astrojs/cloudflare merges this with the built worker (main = dist/server/entry.mjs,
3# assets = dist/client) into dist/server/wrangler.json at build time.
4name = "skypress"
5compatibility_date = "2025-09-23"
6# nodejs_compat lets sanitize-html's Node-style deps run on the edge (SP4 reader path).
7compatibility_flags = ["nodejs_compat"]