add empty locale entry to config.js as suggested by vuepress-theme-hope team

This commit is contained in:
mahula 2025-12-01 13:54:24 +01:00
parent 6df2e3e88e
commit 520d54dae9

View File

@ -21,6 +21,9 @@ export default defineUserConfig({
locales: {
// The key is the path for the locale to be nested under.
// As a special case, the default locale can use '/' as its path.
// Required workaround for vuepress-theme-hope (see issue #5096)
'/': {},
'/de/': {
lang: 'de-DE',
},