From 0fa4d0229a0115d0317326470fbed8a2330b4127 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 23 Aug 2025 09:30:20 -0700 Subject: [PATCH] Update vite.config.js --- vite.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vite.config.js b/vite.config.js index 8e53061..d9ac4ee 100644 --- a/vite.config.js +++ b/vite.config.js @@ -3,7 +3,10 @@ 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',