Skip to content

Commit

Permalink
fix: update Nextjs logo image link to resolve loading issue on Nexmee…
Browse files Browse the repository at this point in the history
…t Community Partner section
  • Loading branch information
Fahad committed Nov 9, 2024
1 parent 6208159 commit 5a48b61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ const nextConfig = {
hostname: "imgs.search.brave.com",
pathname: "/**",
},
{
protocol: "https",
hostname: "vercel.com",
pathname: "/**",
},
{
protocol: "https",
hostname: "lh3.googleusercontent.com",
Expand Down
2 changes: 1 addition & 1 deletion src/data/community.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"id": 8,
"name": "Next Js",
"image": "https://imgs.search.brave.com/LmXdga8vDC4Ol83ajqGDtn9kYjGtidNOfbUOCBegT1c/rs:fit:500:0:0:0/g:ce/aHR0cHM6Ly9icmFu/ZGl0ZWNodHVyZS5h/Z2VuY3kvYnJhbmQt/bG9nb3Mvd3AtY29u/dGVudC91cGxvYWRz/L3dwZG0tY2FjaGUv/TmV4dC5qcy05MDB4/MC5wbmc"
"image": "https://vercel.com/mktng/_next/static/media/nextjs-logo-dark.fa9d7fb9.svg"
},
{
"id": 9,
Expand Down

0 comments on commit 5a48b61

Please sign in to comment.