Skip to content

Commit

Permalink
fix: fcm fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed May 30, 2024
1 parent 02a7f54 commit 727a8d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/pwa/UseSendPush.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const useSendPush = () => {
data: {
title,
body,
image: '/public/icons/manifest/icon-192x192.png',
image: '/public/Logo512.png',
click_action
},
token
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@store/*": ["src/store/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "next.config.mjs", "types", "public/firebase-messaging-sw.js", "src/firebase/firebasedb.js"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "next.config.mjs", "types", "public/sw.js", "src/firebase/firebasedb.js"],
"exclude": ["node_modules"]
}

0 comments on commit 727a8d8

Please sign in to comment.