From ad593ec99a5d4de04622b663e3937f36bdc1d7f4 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 22 Aug 2025 20:41:53 -0700 Subject: [PATCH] Update vite.config.js --- vite.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vite.config.js b/vite.config.js index b6c5d0b..c49ea8f 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,14 +4,10 @@ import { createHtmlPlugin } from 'vite-plugin-html' const pwa = VitePWA({ strategies: 'injectManifest', - srcDir: 'src', filename: 'sw.js', injectRegister: 'auto', registerType: 'autoUpdate', devOptions: { enabled: true }, - injectManifest: { - globPatterns: ['**/*.{html,js,css,svg,ico,avif,png,jpg,jpeg,webp,woff2}'] - }, manifest: { id: 'https://sune.planetrenox.com/', name: 'Sune',