blob: 93d9b51ca220592e892d05c20e193c263738a5a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
---
'astro': major
---
Unflag globalRoutePriority
The previously experimental feature `globalRoutePriority` is now the default in Astro 5.
This was a refactoring of route prioritization in Astro, making it so that injected routes, file-based routes, and redirects are all prioritized using the same logic. This feature has been enabled for all Starlight projects since it was added and should not affect most users.
|