From b8f6455a77f464a2ad395b578fc3e039aa5a5c62 Mon Sep 17 00:00:00 2001 From: Caner Akdas Date: Sat, 16 Mar 2024 16:55:03 +0300 Subject: [PATCH] chore: Orama remote image pattern --- 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"