diff options
author | 2024-01-17 15:57:42 +0000 | |
---|---|---|
committer | 2024-01-17 15:57:42 +0000 | |
commit | 0fa8557de46d5390481641f585292a3aa37b4972 (patch) | |
tree | a065b2a968920f638d45e73a8bf1fdce6aec8c31 | |
parent | 3ff704c0b600106fe4082bf513c395ff17e7e163 (diff) | |
download | astro-0fa8557de46d5390481641f585292a3aa37b4972.tar.gz astro-0fa8557de46d5390481641f585292a3aa37b4972.tar.zst astro-0fa8557de46d5390481641f585292a3aa37b4972.zip |
[ci] format
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index e54eb0fec..49d3ab991 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -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]` |