diff --git a/src/utils/notification.ts b/src/utils/notification.ts index 9a9c288..520d5da 100644 --- a/src/utils/notification.ts +++ b/src/utils/notification.ts @@ -29,6 +29,7 @@ export const notify = ( } showNotification(title, { icon: '/img/icons/apple-touch-icon.png', + vibrate: [300, 100, 400], ...options }) }