diff --git a/api/webPush/index.js b/api/webPush/index.js index 11d92fe6..601ecad9 100644 --- a/api/webPush/index.js +++ b/api/webPush/index.js @@ -15,7 +15,7 @@ const createPayload = (notification) => { title, options: { timestamp: Date.now(), - icon: '/android-chrome-96x96.png', + icon: '/icons/icon_x96.png', ...options } }) diff --git a/pages/_document.js b/pages/_document.js index ae5b9199..6739ad26 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -6,7 +6,6 @@ class MyDocument extends Document { return ( -