From 23524cb94314fd50476ccffe654841d980c713d7 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Fri, 19 Jan 2024 11:28:25 -0500 Subject: Clean project from marketing content (#50) * Clean project from marketing content * Remove some dependencies --- next.config.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js index 5030b59..767719f 100644 --- a/next.config.js +++ b/next.config.js @@ -1,9 +1,4 @@ /** @type {import('next').NextConfig} */ -const nextConfig = { - images: { - remotePatterns: [{ hostname: 'avatars.githubusercontent.com' }], - }, -} +const nextConfig = {} -const { withPlausibleProxy } = require('next-plausible') -module.exports = withPlausibleProxy()(nextConfig) +module.exports = nextConfig -- cgit v1.3