voorhoede / head-start

Base setup on top of headless services to help you quickly start a new website
ISC License
3 stars 0 forks source link

Preview throws 500 due to Astro bug in `server` mode. #150

Closed jurgenbelien closed 2 weeks ago

jurgenbelien commented 4 weeks ago

On homepage, there should be no value for path to route-match on. Unfortunately for some reason, the value undefined is used and matched on src/pages/[locale]/[...path]/.

This seems to be an issue with Astro: https://github.com/withastro/astro/issues/9103