Skip to content

Commit

Permalink
changed publicPath to work with the new CNAME
Browse files Browse the repository at this point in the history
Signed-off-by: Will Dower <[email protected]>
  • Loading branch information
wdower committed Mar 5, 2020
1 parent 24b3652 commit b8edbac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
}
},
productionSourceMap: false,
publicPath: process.env.NODE_ENV === 'production'
? '/mitre-saf/'
: '/'
};
// publicPath: process.env.NODE_ENV === 'production'
// ? '/mitre-saf/'
// : '/'
};

0 comments on commit b8edbac

Please sign in to comment.