diff options
-rw-r--r-- | vite.config.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vite.config.js b/vite.config.js index f08041d..15ff457 100644 --- a/vite.config.js +++ b/vite.config.js | |||
@@ -21,6 +21,8 @@ export default defineConfig({ | |||
21 | short_name: "Homer", | 21 | short_name: "Homer", |
22 | description: "Home Server Dashboard", | 22 | description: "Home Server Dashboard", |
23 | theme_color: "#3367D6", | 23 | theme_color: "#3367D6", |
24 | start_url: "../", | ||
25 | scope: "../", | ||
24 | icons: [ | 26 | icons: [ |
25 | { | 27 | { |
26 | src: "./icons/pwa-192x192.png", | 28 | src: "./icons/pwa-192x192.png", |