- assets.directory: ./dist/public → ./dist (Astro static output goes to
dist/ directly, not a public subdirectory)
- not_found_handling: single-page-application → 404-page (site is
pre-rendered static HTML, SPA mode would serve index.html for all 404s
instead of the proper 404 page)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>