From e66630f6e119fd449832ec4e950cdc52197b0a62 Mon Sep 17 00:00:00 2001 From: Menghua Xiao Date: Tue, 9 Jul 2024 12:28:13 +0800 Subject: [PATCH] Update manifest.json to align the URL with the PWA scope, fix #1480 --- static/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/manifest.json b/static/manifest.json index d57636a2..248c086b 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -8,11 +8,11 @@ "sizes": "512x512" } ], - "start_url": "/edit/", + "start_url": "/edit", "background_color": "#6366F1", "display": "standalone", - "scope": "/edit/", + "scope": "/edit", "theme_color": "#6366F1", "description": "FlowChart & Diagrams Editor.", "orientation": "landscape" -} \ No newline at end of file +}