mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
add empty locale entry to config.js as suggested by vuepress-theme-hope team
This commit is contained in:
parent
6df2e3e88e
commit
520d54dae9
@ -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',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user