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({ const { show } = useWebNotification({
title: payload.notification.title, title: payload.notification.title,
body: payload.notification.body, body: payload.notification.body,
icon: 'http://localhost:3000/ios/256.png', icon: '/ios/256.png',
dir: 'auto', dir: 'auto',
lang: 'en', lang: 'en',
renotify: true, renotify: true,