Merge pull request #19 from Ocelot-Social-Community/add-base-to-vuepress-config

feat(content): add base to vuepress config.js
This commit is contained in:
Hannes Heine 2023-11-29 20:07:26 +01:00 committed by GitHub
commit b83537fa25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.