modified notification url

This commit is contained in:
Xeovalyte 2022-10-01 11:14:15 +02:00
parent d5071d0442
commit 3d308240a7

View File

@ -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,