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,