Просмотр исходного кода

Don’t include mp3 due to Firefox sw issue

nimbleghost 2 лет назад
Родитель
Сommit
abb1baeecd
1 измененных файлов с 1 добавлено и 1 удалено
  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) => ({