Skip to content

Commit

Permalink
Merge pull request #67 from iMasanari/hotfix
Browse files Browse the repository at this point in the history
Revert "アソシエイトリンクを修正"
  • Loading branch information
iMasanari committed Mar 15, 2023
2 parents 528717d + e3f8152 commit fd66814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/maybe/Maybe.tsx
Expand Up @@ -46,7 +46,7 @@ const Item = ({ card }: { card: Blob }) => {
url.searchParams.set('tag', import.meta.env.VITE_AMAZON_ASSOCIATE_ID)
}

return { name, url: encodeURI(url.toString()) }
return { name, url: url.toString() }
}))

URL.revokeObjectURL(src)
Expand Down

0 comments on commit fd66814

Please sign in to comment.