From e0d66a23464bfd6b1f21961bcc9eb8ab4902eddf Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 4 Sep 2019 13:57:12 +0530 Subject: [PATCH] :alembic: Adjusted route --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 1896c219a..53717f248 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: `/${repoName}/` + base: `/` } } : { router: {