mirror of
https://github.com/khairul169/honey.git
synced 2025-04-28 14:59:32 +07:00
Fix broken PWA
This commit is contained in:
parent
df28e9dd8d
commit
598f269b08
@ -6,7 +6,7 @@
|
|||||||
<link rel="icon" id="favicon">
|
<link rel="icon" id="favicon">
|
||||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||||
<script src="js/main.js" type="module"></script>
|
<script src="js/main.js" type="module"></script>
|
||||||
<link rel="manifest" href="manifest.json" />
|
<link rel="manifest" href="config/manifest.json" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="background"></div>
|
<div id="background"></div>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "img/icon.png",
|
"src": "/img/icon.png",
|
||||||
"sizes": "192x192 256x256 512x512"
|
"sizes": "192x192 256x256 512x512"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user