Tags
#astro
Blog posts, snippets, and glossary entries related to "astro", gathered in one place.
- BlogImplementing a Development-Only Live Editor in Astro Projects
How to implement a browser-based editor limited to development mode in Astro. Using Vite middleware and React to make development content management comfortable without affecting production builds at all.
- BlogWhy /blog Returns 404 in Astro + bun dev and How to Fix It
A practical troubleshooting flow for /blog 404 under Astro + bun dev, from link checks to route output and delivery path inspection. Includes the directory-name collision fix.
- BlogHow to configure subdirectory routing with Cloudflare Workers
Configuration steps for deploying an Astro project under a subdirectory with Cloudflare Workers. Organized how to adjust wrangler.json and astro.config.
- BlogDisable Biome Unused Variable Warnings in Astro/Vue/Svelte Files
How to disable Biome warnings for unused imports and variables in Astro, Vue, and Svelte files by using overrides.
- BlogChange Vault copy destination to root with starlight-obsidian plugin
How to change the default behavior of starlight-obsidian plugin and copy Obsidian Vault directly under src/content/docs. Organized implementation to resolve differences in sidebar hierarchy structure.
- BlogWhy Pagefind Search Broke on Cloudflare Pages: Rocket Loader Was the Cause
Root cause and fix for a search UI that worked locally with Astro + Pagefind but failed after deployment to Cloudflare Pages.
hsb.horse