mirror of
https://github.com/khairul169/honey.git
synced 2025-04-28 06:49:33 +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="stylesheet" type="text/css" href="css/main.css">
|
||||
<script src="js/main.js" type="module"></script>
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<link rel="manifest" href="config/manifest.json" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="background"></div>
|
||||
|
@ -7,7 +7,7 @@
|
||||
"display": "standalone",
|
||||
"icons": [
|
||||
{
|
||||
"src": "img/icon.png",
|
||||
"src": "/img/icon.png",
|
||||
"sizes": "192x192 256x256 512x512"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user