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