Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo550 committed May 5, 2024
1 parent f659de0 commit 2ca01e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
publicPath: 'fisky'
publicPath: process.env.NODE_ENV === 'production' ? '/production-sub-path/' : '/'
}

0 comments on commit 2ca01e1

Please sign in to comment.