From fc86f6fdf8be603767110b03a8b8310f5d2a1885 Mon Sep 17 00:00:00 2001 From: danactive Date: Sun, 7 Apr 2024 16:30:59 -0700 Subject: [PATCH] Cleanup from old /next folder. The root public folder has all the photos so not needed --- next.config.mjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 2666f76e..dc8c9159 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -3,9 +3,6 @@ const nextConfig = { compiler: { styledComponents: true, }, - images: { - domains: ['localhost', '127.0.0.1'], - }, eslint: { dirs: ['pages', 'src', '__tests__'], },