diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 8b9418e..761e055 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -24,7 +24,8 @@ export default defineConfig({ ], socialLinks: [ - { icon: 'github', link: 'https://github.com/vuejs/vitepress' } - ] - } + { icon: 'github', link: 'https://github.com/ml-comm/ddns' } + ], + }, + base: "/ddns/", })