Updated references to new assets location.

All references are now also absolute to escape relative references.
This commit is contained in:
2020-10-14 21:41:05 +02:00
committed by KevinMidboe
parent 73d15dcdff
commit 72ba0fb398
11 changed files with 26 additions and 26 deletions

View File

@@ -129,8 +129,8 @@ self.addEventListener("fetch", event => {
function showLocalNotification(title, body, link, swRegistration) {
const options = {
body,
icon: "https://lottis.vin/public/assets/images/favicon.png",
image: "https://lottis.vin/public/assets/images/favicon.png",
icon: "https://lottis.vin/assets/images/favicon.png",
image: "https://lottis.vin/assets/images/favicon.png",
vibrate: [300],
data: { link: link }
};