Skip to content

Commit

Permalink
Allow all images
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Apr 26, 2024
1 parent 0501067 commit cef1c81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ const nextConfig = withStoreConfig({
protocol: "https",
hostname: "qvhnswvfglazvefaplac.supabase.co",
},
{
protocol: 'https',
hostname: '**',
port: '',
pathname: '**',
},
],
},
})
Expand Down

0 comments on commit cef1c81

Please sign in to comment.