From 5ce96aef30b87a1aeecfac67e99621b06ab64b93 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Tue, 9 Jan 2024 11:25:42 -0500 Subject: Add contributors on home page --- next.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js index 7503bbe..5030b59 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,9 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {} +const nextConfig = { + images: { + remotePatterns: [{ hostname: 'avatars.githubusercontent.com' }], + }, +} const { withPlausibleProxy } = require('next-plausible') module.exports = withPlausibleProxy()(nextConfig) -- cgit v1.3