Skip to content

Commit

Permalink
Merge pull request #23 from 4bujak-4bujak/feat/pwa
Browse files Browse the repository at this point in the history
fix: fcm fix test
  • Loading branch information
eun-hak authored May 30, 2024
2 parents 5851e43 + 727a8d8 commit 789f759
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 789f759

Please sign in to comment.