From 3d308240a70fdd9935ae750a27b6ff18322298ca Mon Sep 17 00:00:00 2001 From: Xeovalyte Date: Sat, 1 Oct 2022 11:14:15 +0200 Subject: [PATCH] modified notification url --- frontend/app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app.vue b/frontend/app.vue index d37975f..d7db08a 100644 --- a/frontend/app.vue +++ b/frontend/app.vue @@ -87,7 +87,7 @@ onMessage(messaging, (payload) => { const { show } = useWebNotification({ title: payload.notification.title, body: payload.notification.body, - icon: 'http://localhost:3000/ios/256.png', + icon: '/ios/256.png', dir: 'auto', lang: 'en', renotify: true,