mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
814d7c1bd6
commit
0ac090dca3
1 changed files with 0 additions and 2 deletions
|
@ -1169,7 +1169,6 @@ export const i18nNotEnabled = {
|
|||
hint: 'See https://docs.astro.build/en/guides/internationalization for a guide on setting up i18n.',
|
||||
} satisfies ErrorData;
|
||||
|
||||
|
||||
/**
|
||||
* @docs
|
||||
* @description
|
||||
|
@ -1182,7 +1181,6 @@ export const RouteNotFound = {
|
|||
message: `Astro could not find a route that matches the one you requested.`,
|
||||
} satisfies ErrorData;
|
||||
|
||||
|
||||
/**
|
||||
* @docs
|
||||
* @kind heading
|
||||
|
|
Loading…
Reference in a new issue