From 1252a9a4cc3fc256857058364ea37cb5d71d9201 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 23 Aug 2025 13:30:10 -0700 Subject: [PATCH] Update vite.config.js --- vite.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/vite.config.js b/vite.config.js index d9ac4ee..8e53061 100644 --- a/vite.config.js +++ b/vite.config.js @@ -3,10 +3,7 @@ import { VitePWA } from 'vite-plugin-pwa' import { createHtmlPlugin } from 'vite-plugin-html' const pwa = VitePWA({ - strategies: 'injectManifest', registerType: 'autoUpdate', - injectManifest: { injectionPoint: undefined }, - devOptions: { enabled: true }, manifest: { id: 'https://sune.planetrenox.com/', name: 'Sune',