From 42bf1cebfd703d1d6acc9833db5ba7f63c6ffde9 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 17 Aug 2025 21:05:49 -0700 Subject: [PATCH] Update vite.config.js --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 8411da1..141530d 100644 --- a/vite.config.js +++ b/vite.config.js @@ -9,7 +9,7 @@ export default defineConfig({ manifest: { name: 'Sune', short_name: 'Sune', - start_url: '.', + start_url: 'https://sune.planetrenox.com/', display: 'standalone', icons: [ { src: 'https://sune.planetrenox.com/✺.png', sizes: '1024x1024', type: 'image/png' }