Skip to content

Commit 194b728

Browse files
authored
Change URLs in manifest.json to absolute paths
Updated start_url and icon source to use absolute URLs.
1 parent af3972a commit 194b728

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "ChatBot",
33
"short_name": "Vault",
4-
"start_url": "/",
4+
"start_url": "https://chatbot-b3b.pages.dev/",
5+
"scope": "https://chatbot-b3b.pages.dev/",
56
"display": "standalone",
67
"theme_color": "#0C0F18",
78
"background_color": "#1649FF",
89
"icons": [
910
{
10-
"src": "/icons/192.png",
11+
"src": "https://chatbot-b3b.pages.dev/icons/192.png",
1112
"sizes": "192x192",
1213
"type": "image/png"
1314
}

0 commit comments

Comments
 (0)