modified notification url
This commit is contained in:
parent
d5071d0442
commit
3d308240a7
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user