Don’t include mp3 due to Firefox sw issue

pull/795/head
nimbleghost 2023-06-29 12:20:42 +02:00
parent 5784b07f14
commit abb1baeecd
1 changed files with 1 additions and 1 deletions

View File

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