mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -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
5 lines
147 B
Markdown
5 lines
147 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fixes a couple routing bugs that could lead to routing differences in `dev` vs. `build` when using multiple dynamic routes
|