mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
ci: fix regression in errors data (#11226)
This commit is contained in:
parent
069a57e698
commit
cc432418ce
1 changed files with 1 additions and 1 deletions
|
@ -1199,7 +1199,7 @@ export const i18nNotEnabled = {
|
|||
/**
|
||||
* @docs
|
||||
* @description
|
||||
* An i18n utility tried to use the locale from a URL path that does not contain one. You can prevent this error by using pathHasLocale to check URLs for a `locale` first before using i18n utilities.
|
||||
* An i18n utility tried to use the locale from a URL path that does not contain one. You can prevent this error by using pathHasLocale to check URLs for a locale first before using i18n utilities.
|
||||
*
|
||||
*/
|
||||
export const i18nNoLocaleFoundInPath = {
|
||||
|
|
Loading…
Reference in a new issue