From 5853f1b149d6ee94fc6a26696851c4a632279016 Mon Sep 17 00:00:00 2001 From: Caner Akdas Date: Sun, 17 Mar 2024 14:00:47 +0300 Subject: [PATCH] chore: Orama remote image pattern (#6474) --- next.config.mjs | 6 ++++++ 1 file changed, 6 insertions(+) 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"