Skip to content

Commit

Permalink
frontend: Enable vue filenameHash
Browse files Browse the repository at this point in the history
This enables clean updates when listmonk is behind a caching proxy such as cloudflare
  • Loading branch information
RaghavSood committed Jul 6, 2020
1 parent c2613d1 commit ceac96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ module.exports = {
indexPath: './frontend/index.html',

productionSourceMap: false,
filenameHashing: false,
filenameHashing: true,
};

0 comments on commit ceac96b

Please sign in to comment.