Update manifest.json to align the URL with the PWA scope, fix #1480

This commit is contained in:
Menghua Xiao
2024-07-09 12:28:13 +08:00
committed by GitHub
parent 3b8209b3fe
commit e66630f6e1

View File

@@ -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"
}
}