diff --git a/next.config.mjs b/next.config.mjs index 08a807e3a3e8c..8e48724429d7f 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -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"