make paths relative for web

This commit is contained in:
Simon Gardling 2022-05-19 15:05:04 -04:00
parent aa3d95df90
commit 4a90440f64
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white"> <meta name="theme-color" media="(prefers-color-scheme: light)" content="white">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#404040"> <meta name="theme-color" media="(prefers-color-scheme: dark)" content="#404040">
<link rel="manifest" href="/manifest.json"> <link rel="manifest" href="./manifest.json">
<!--Register Service Worker--> <!--Register Service Worker-->
<script> <script>

View File

@ -1,6 +1,6 @@
{ {
"name": "YTBN Graphing Software PWA", "name": "YTBN Graphing Software",
"short_name": "ytbn-graphing-software-pwa", "short_name": "ytbn-pwa",
"icons": [ "icons": [
{ {
"src": "./icon-256.png", "src": "./icon-256.png",
@ -14,7 +14,7 @@
} }
], ],
"lang": "en-US", "lang": "en-US",
"id": "/index.html", "id": "./index.html",
"start_url": "./index.html", "start_url": "./index.html",
"display": "standalone", "display": "standalone",
"background_color": "black", "background_color": "black",