logo hsb.horse
← Back to tag index

Tags

#astro

Blog posts, snippets, and glossary entries related to "astro", gathered in one place.

Entries 6
  1. Blog
    Implementing 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.

  2. Blog
    Why /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.

  3. Blog
    How 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.

  4. Blog
    Disable 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.

  5. Blog
    Change 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.

  6. Blog
    Why 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.