Explorar el Código

frontend: Enable vue filenameHash

This enables clean updates when listmonk is behind a caching proxy such as cloudflare
raghavsood hace 5 años
padre
commit
ceac96b662
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      frontend/vue.config.js

+ 1 - 1
frontend/vue.config.js

@@ -13,5 +13,5 @@ module.exports = {
   indexPath: './frontend/index.html',
   indexPath: './frontend/index.html',
 
 
   productionSourceMap: false,
   productionSourceMap: false,
-  filenameHashing: false,
+  filenameHashing: true,
 };
 };