Add scope and start_url to PWA manifest

These URLs are relative, so given that manifest.json lives in assets/, these should point to the root of the site
pull/549/head v22.11.1
Sean McGrath 2022-11-07 22:18:59 +13:00 committed by Bastien Wirtz
parent c9a6495186
commit 6868a0911b
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ export default defineConfig({
short_name: "Homer",
description: "Home Server Dashboard",
theme_color: "#3367D6",
start_url: "../",
scope: "../",
icons: [
{
src: "./icons/pwa-192x192.png",