favicon
port error
This commit is contained in:
@ -37,6 +37,8 @@
|
||||
<link rel="stylesheet" type="text/css" href="css/dashboard.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/general.css">
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
|
||||
|
||||
</head>
|
||||
<body class="hold-transition sidebar-mini layout-fixed">
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@ -7,7 +7,7 @@
|
||||
"description": "A web app to manage waste pickups",
|
||||
"icons": [
|
||||
{
|
||||
"src": "wasteicon.png",
|
||||
"src": "favicon.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
@ -10,7 +10,7 @@ const staticAssets = [
|
||||
'/lib/jquery.min.js',
|
||||
'/lib/popper.min.js',
|
||||
'/rsc/login2.jpg',
|
||||
'/wasteicon.png'
|
||||
'/favicon.png'
|
||||
];
|
||||
|
||||
self.addEventListener('install', async e => {
|
||||
|
Reference in New Issue
Block a user