From 0a91fb66e38376c5b4be21a93dfd88e603b6fdea Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 4 Sep 2019 14:11:55 +0530 Subject: [PATCH] :alembic: Adjusted route --- nuxt.config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 968032001..1896c219a 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -12,7 +12,7 @@ export const meta = { let repoName = (process.env.TRAVIS_REPO_SLUG || '').split('/').pop(); export const routerBase = process.env.DEPLOY_ENV === 'GH_PAGES' ? { router: { - base: `/` + base: `/${repoName}/` } } : { router: { @@ -24,9 +24,6 @@ export default { /* ** Headers of the page */ - router: { - base: '/' - }, head: { title: `${meta.name} \u2022 ${meta.shortDescription}`, meta: [