فهرست منبع

frontend: Enable vue filenameHash

This enables clean updates when listmonk is behind a caching proxy such as cloudflare
raghavsood 5 سال پیش
والد
کامیت
ceac96b662
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      frontend/vue.config.js

+ 1 - 1
frontend/vue.config.js

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