0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

[ci] format

This commit is contained in:
Emanuele Stoppa 2024-05-09 09:53:06 +00:00 committed by astrobot-houston
parent 814d7c1bd6
commit 0ac090dca3

View file

@ -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