Skip to content

Commit c5377c6

Browse files
committed
coepでアカウント画像が表示されなくなってしまったので、crossorigin指定をしてみる
1 parent 7175a6a commit c5377c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/accountMenu.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export function AccountMenu() {
5757
`https://avatar.vercel.sh/${session.user?.name}`
5858
}
5959
alt="user avatar"
60+
crossOrigin="anonymous"
6061
/>
6162
</div>
6263
</label>

0 commit comments

Comments
 (0)