Skip to content

Commit f6aa421

Browse files
authored
Merge pull request #28 from mapcomponents/Add-MultiTab
pwaUrl.js should fix error
2 parents 50b65bb + f3c0e4b commit f6aa421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multi_tab/src/lib/pwaUrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const pwaUrl = window.location.origin + "/";
1+
const pwaUrl = window.location.origin + "/react-map-components-apps/multi_tab/";
22

33
export default pwaUrl;

0 commit comments

Comments
 (0)