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: '', }, ]