Browse Source

Don’t include mp3 due to Firefox sw issue

nimbleghost 2 năm trước cách đây
mục cha
commit
abb1baeecd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      web/vite.config.js

+ 1 - 1
web/vite.config.js

@@ -25,7 +25,7 @@ export default defineConfig(({ mode }) => ({
         navigateFallback: "index.html",
       },
       injectManifest: {
-        globPatterns: ["**/*.{js,css,html,mp3,ico,png,svg,json}"],
+        globPatterns: ["**/*.{js,css,html,ico,png,svg,json}"],
         globIgnores: ["config.js"],
         manifestTransforms: [
           (entries) => ({