From 5bcd02beeda548dfefb8c07eaf093355dfa356d3 Mon Sep 17 00:00:00 2001 From: Mauro Bieg Date: Tue, 23 Jan 2024 10:02:03 +0100 Subject: [PATCH] amend --- src/content/docs/en/core-concepts/routing.mdx | 2 -- 1 file changed, 2 deletions(-) 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`