summaryrefslogtreecommitdiff
path: root/.changeset/blue-boats-relax.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/blue-boats-relax.md')
-rw-r--r--.changeset/blue-boats-relax.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/.changeset/blue-boats-relax.md b/.changeset/blue-boats-relax.md
deleted file mode 100644
index 93d9b51ca..000000000
--- a/.changeset/blue-boats-relax.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-'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.