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