diff --git a/src/content/docs/en/core-concepts/routing.mdx b/src/content/docs/en/core-concepts/routing.mdx index db860fbb41d47..79365f15767ee 100644 --- a/src/content/docs/en/core-concepts/routing.mdx +++ b/src/content/docs/en/core-concepts/routing.mdx @@ -314,8 +314,6 @@ Astro needs to know which route should be used to build the page. To do so, it s - Endpoints take precedence over pages. - If none of the rules above decide the order, routes are sorted alphabetically based on the default locale of your Node installation. -If multiple rules apply, the one listed first in the above list takes precedence. - Given the example above, here are a few examples of how the rules will match a requested URL to the route used to build the HTML: - `pages/posts/create.astro` - Will build only `/posts/create`