Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
mb21 committed Jan 23, 2024
1 parent fd47634 commit 5bcd02b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/content/docs/en/core-concepts/routing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 5bcd02b

Please sign in to comment.