Skip to content

Commit

Permalink
Attempt to fix GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe committed Apr 5, 2023
1 parent dca20bc commit 0976e93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ const commitHash = require("child_process")

module.exports = {
publicPath: process.env.URL_PREFIX,

configureWebpack: {
output: {
hashFunction: 'sha256'
},
plugins: [
new webpack.DefinePlugin({
__COMMIT_HASH__: JSON.stringify(commitHash),
Expand Down

0 comments on commit 0976e93

Please sign in to comment.