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: dark)" content="#404040">
<link rel="manifest" href="/manifest.json">
<link rel="manifest" href="./manifest.json">
<!--Register Service Worker-->
<script>

View File

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