From f688d3cafceff00ee0a230226249cad36d6af137 Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 29 Nov 2023 20:04:34 +0100 Subject: [PATCH] feat(content): add base to vuepress config.js --- docs/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 0c10799..247a98f 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -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.