From 61b722c9b741f46544b22fdec92f669adb7714a6 Mon Sep 17 00:00:00 2001 From: Fawad Mirzad Date: Mon, 19 Oct 2020 13:05:58 +0200 Subject: [PATCH] Fix base location for documentation --- docs/src/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index ed6e564..b82628b 100755 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -9,7 +9,7 @@ module.exports = { * Ref:https://v1.vuepress.vuejs.org/config/#description */ description: description, - base: '/vue-google-maps/', + base: '/', /** * Extra tags to be injected to the page HTML `` *