Skip to content

Commit

Permalink
Change referrer policy to no-referrer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansive committed Jan 30, 2024
1 parent b5ebbd2 commit 2ce36ec
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 45 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"three": "^0.159.0"
},
"devDependencies": {
"@types/node": "^20.11.7",
"@types/node": "^20.11.10",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"eslint": "^8.56.0",
Expand Down
88 changes: 44 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function Card({
height={102}
width={72}
className={styles.cover}
referrerPolicy="no-referrer"
/>
) : (
<Image
Expand Down

0 comments on commit 2ce36ec

Please sign in to comment.