From 285841f8ead6bb1a314e2eb3d594646734ae729c Mon Sep 17 00:00:00 2001 From: Steven Hall Date: Tue, 14 May 2024 17:20:58 +0100 Subject: [PATCH] Fix regex --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index cd2f56eb2..767e7510d 100644 --- a/next.config.js +++ b/next.config.js @@ -43,7 +43,7 @@ module.exports = { remotePatterns: [ { protocol: 'https', - hostname: '*.gitbook.io', + hostname: '**.gitbook.io', port: '', }, ]