mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
a0d1731a7e
* updates the dev server to handle multiple routes matching the same URL * Adding an error message when multiple routes match in SSR * resetting the flag used by the `calledTwiceTest` * injected routes should be sorted with a higher priority than user-defined routes * adding routing priority tests for injected routes * chore: add changeset * adding a dev test to make sure getStaticPaths is called once
147 B
147 B
astro |
---|
patch |
Fixes a couple routing bugs that could lead to routing differences in dev
vs. build
when using multiple dynamic routes