From b46723b4c8792babd3ddcb955ea6c586ab0013fb Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Sun, 3 Nov 2024 22:47:42 +0100 Subject: [PATCH] Chore: update scope and start_url in manifest to include 'Proxmox/' --- src/app/manifest.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/manifest.ts b/src/app/manifest.ts index d1942a9..0e4cb5d 100644 --- a/src/app/manifest.ts +++ b/src/app/manifest.ts @@ -14,8 +14,8 @@ export default function manifest(): MetadataRoute.Manifest { background_color: "#030712", display: "standalone", orientation: "portrait", - scope: "/", - start_url: "/", + scope: "/Proxmox/", + start_url: "/Proxmox/", icons: [ { src: "logo.png",