diff options
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/next.config.js b/next.config.js index 767719f..b8d7ca9 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,14 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {} +const nextConfig = { + images:{ + remotePatterns: [ + { + protocol: 'https', + hostname: "yt3.ggpht.com", + port: '', + } + ] + } +} module.exports = nextConfig |
