mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -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.',
|
hint: 'See https://docs.astro.build/en/guides/internationalization for a guide on setting up i18n.',
|
||||||
} satisfies ErrorData;
|
} satisfies ErrorData;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @docs
|
* @docs
|
||||||
* @description
|
* @description
|
||||||
|
@ -1182,7 +1181,6 @@ export const RouteNotFound = {
|
||||||
message: `Astro could not find a route that matches the one you requested.`,
|
message: `Astro could not find a route that matches the one you requested.`,
|
||||||
} satisfies ErrorData;
|
} satisfies ErrorData;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @docs
|
* @docs
|
||||||
* @kind heading
|
* @kind heading
|
||||||
|
|
Loading…
Reference in a new issue