We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7b5f3 commit 3ded852Copy full SHA for 3ded852
nuxt.config.js
@@ -2,10 +2,6 @@ const webpack = require('webpack')
2
const pkg = require('./package')
3
const _ = require('lodash')
4
5
-const routerBase = process.env.DEPLOY_ENV === 'GH_PAGES' ? {
6
- base: `/${process.env.REPO_NAME}/`
7
-} : {}
8
-
9
if (process.env.NODE_ENV !== 'production') require('dotenv').config()
10
11
module.exports = {
@@ -85,9 +81,7 @@ module.exports = {
85
81
/*
86
82
** Router middleware
87
83
*/
88
- router: {
89
- ...routerBase
90
- },
84
+ router: {},
91
92
93
** Build configuration
0 commit comments