Skip to content

Commit

Permalink
fix: allow new remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
bamdadfr committed Oct 11, 2024
1 parent f73dc38 commit 6320e0e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ const config = {
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'i.ytimg.com',
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: '*.bcbits.com',
port: '',
pathname: '/**',
},
],
},
webpack: (c) => {
Expand Down

0 comments on commit 6320e0e

Please sign in to comment.