Skip to content

Commit 3ded852

Browse files
committed
Move to heroku
1 parent bc7b5f3 commit 3ded852

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

nuxt.config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ const webpack = require('webpack')
22
const pkg = require('./package')
33
const _ = require('lodash')
44

5-
const routerBase = process.env.DEPLOY_ENV === 'GH_PAGES' ? {
6-
base: `/${process.env.REPO_NAME}/`
7-
} : {}
8-
95
if (process.env.NODE_ENV !== 'production') require('dotenv').config()
106

117
module.exports = {
@@ -85,9 +81,7 @@ module.exports = {
8581
/*
8682
** Router middleware
8783
*/
88-
router: {
89-
...routerBase
90-
},
84+
router: {},
9185

9286
/*
9387
** Build configuration

0 commit comments

Comments
 (0)