Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
Add vue config to fix relative path on GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Apr 25, 2022
1 parent d6d9a8b commit 4554123
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions voting/vue.config.js
@@ -0,0 +1,3 @@
module.exports = {
publicPath: process.env.NODE_ENV === 'production' ? '././' : './',
};

0 comments on commit 4554123

Please sign in to comment.