Skip to content

Commit d50ff23

Browse files
committed
switched to relative path for manifest and icon asset
1 parent 2fe93ff commit d50ff23

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@
2525
<body>
2626
<app-root></app-root>
2727

28-
2928
<pwa-install
3029
use-local-storage="true"
3130
install-description="Install this as an app on your homescreen?"
32-
manifest-url="/manifest.json"
31+
manifest-url="manifest.json"
3332
name="Lazztech Noun"
3433
description="Progressive web application"
35-
icon="/assets/lazztech_icon.svg">
34+
icon="assets/lazztech_icon.svg">
3635
</pwa-install>
3736

3837
<noscript>Please enable JavaScript to continue using this application.</noscript>

0 commit comments

Comments
 (0)