feat(content): add base to vuepress config.js

This commit is contained in:
elweyn 2023-11-29 20:04:34 +01:00
parent 00ca44bb1f
commit f688d3cafc

View File

@ -7,6 +7,7 @@ export default defineUserConfig({
...meta,
theme,
plugins,
base: '/ocelot.social/',
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.