mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
Change base configuration code to the dreammall.earth example
This commit is contained in:
parent
8d32faac1f
commit
73b4459a02
@ -7,7 +7,7 @@ export default defineUserConfig({
|
||||
...meta,
|
||||
theme,
|
||||
plugins,
|
||||
base: process.env.VUEPRESS_BASE ?? '/',
|
||||
base: process.env.VUEPRESS_BASE ? `/${process.env.VUEPRESS_BASE}/` : '/',
|
||||
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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user