diff --git a/src/utils/notification.ts b/src/utils/notification.ts index c85437b..cf17bbc 100644 --- a/src/utils/notification.ts +++ b/src/utils/notification.ts @@ -22,6 +22,7 @@ export const notify = (title: string, options?: NotificationOptions) => { icon: '/img/icons/apple-touch-icon.png', vibrate: [300, 100, 400], tag: 'pair-programming', + renotify: true, ...options }) }