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: {