Skip to content

Commit

Permalink
fixed config
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-franke committed Nov 11, 2024
1 parent 52f43c8 commit 8ebae5c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,9 @@ module.exports = {
stylelint: {}
},
publicPath:
<<<<<<< HEAD
process.env.NODE_ENV === 'production' && process.env.REPO_NAME
? '/' +
process.env.REPO_NAME +
__dirname.substring(process.env.GITHUB_WORKSPACE.length)
: '/'
=======
process.env.NODE_ENV === 'production' && process.env.REPO_NAME
? '/' +
process.env.REPO_NAME +
__dirname.substring(process.env.GITHUB_WORKSPACE.length)
: '/'
>>>>>>> 17ce0ffaa58122b8036adfa81941f66b191db841
};

0 comments on commit 8ebae5c

Please sign in to comment.