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: dark)" content="#404040">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="manifest" href="./manifest.json">
|
||||
|
||||
<!--Register Service Worker-->
|
||||
<script>
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user