From fddbea51c2e18affa5681ac9a398c2eb9702f04a Mon Sep 17 00:00:00 2001 From: Florian <1technophile@users.noreply.github.com> Date: Thu, 18 Jan 2024 07:37:11 -0600 Subject: [PATCH] Update config.js --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index f44f8f35..a884fef5 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,8 +1,8 @@ const commonConfig = require('./public/commonConfig'); module.exports = { - title: 'Gateway', ...commonConfig, + title: 'Gateway', themeConfig: { repo: 'theengs/gateway', ...commonConfig.themeConfig,