diff --git a/src/app.html b/src/app.html index c44b737..f77b71a 100644 --- a/src/app.html +++ b/src/app.html @@ -7,7 +7,11 @@ - + + %sveltekit.head% + +
%sveltekit.body%
+ - %sveltekit.head% - -
%sveltekit.body%
diff --git a/static/manifest.json b/static/manifest.json index 6513e86..4cfe916 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -8,7 +8,7 @@ "theme_color": "#437527", "icons": [ { - "src": "/icons/icon-192x192.png", + "src": "icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable"