make paths relative for web
This commit is contained in:
parent
aa3d95df90
commit
4a90440f64
@ -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>
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user