mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
3ff704c0b6
commit
0fa8557de4
1 changed files with 1 additions and 1 deletions
|
@ -1642,7 +1642,7 @@ export interface AstroUserConfig {
|
|||
*
|
||||
* Prioritizes redirects and injected routes equally alongside file-based project routes, following the same [route priority order rules](https://docs.astro.build/en/core-concepts/routing/#route-priority-order) for all routes.
|
||||
*
|
||||
* This allows more control over routing in your project by not automatically prioritizing certain types of routes, and standardizes the route priority ordering for all routes.
|
||||
* This allows more control over routing in your project by not automatically prioritizing certain types of routes, and standardizes the route priority ordering for all routes.
|
||||
*
|
||||
* The following example shows which route will build certain page URLs when file-based routes, injected routes, and redirects are combined as shown below:
|
||||
* - File-based route: `/blog/post/[pid]`
|
||||
|
|
Loading…
Reference in a new issue