Merge remote-tracking branch 'origin/main' into cloudflare

This commit is contained in:
javayhu 2025-06-19 00:40:41 +08:00
commit 71b9807433

View File

@ -9,4 +9,5 @@ import type { I18nConfig } from 'fumadocs-core/i18n';
export const docsI18nConfig: I18nConfig = {
defaultLanguage: DEFAULT_LOCALE,
languages: LOCALES,
hideLocale: 'default-locale',
};