Browse Source

Don’t include mp3 due to Firefox sw issue

nimbleghost 2 years ago
parent
commit
abb1baeecd
1 changed files with 1 additions and 1 deletions
  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) => ({