Skip to content

Commit

Permalink
chore: Orama remote image pattern (nodejs#6474)
Browse files Browse the repository at this point in the history
  • Loading branch information
canerakdas authored Mar 17, 2024
1 parent 2bcf50d commit 5853f1b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ const nextConfig = {
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'website-assets.oramasearch.com',
port: '',
pathname: '/**',
},
],
},
// On static export builds we want the output directory to be "build"
Expand Down

0 comments on commit 5853f1b

Please sign in to comment.