Skip to content

Commit 1a5b9e2

Browse files
authored
Change start_url to './' in manifest.json
Updated start_url in manifest.json to point to the root directory.
1 parent bca3d72 commit 1a5b9e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Build/public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"type": "image/png"
5454
}
5555
],
56-
"start_url": "/HTMLChat",
56+
"start_url": "./",
5757
"display": "standalone",
5858
"background_color": "#00c6ff",
5959
"theme_color": "#00c6ff"

0 commit comments

Comments
 (0)