From d71ef4cec6f34701ada0accfc99e7fce7cc54397 Mon Sep 17 00:00:00 2001 From: Hyesu Date: Mon, 9 Dec 2024 21:13:24 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20next.config.js=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 next.config.js diff --git a/next.config.js b/next.config.js deleted file mode 100644 index d3ad833..0000000 --- a/next.config.js +++ /dev/null @@ -1,8 +0,0 @@ -/** @type {import('next').NextConfig} */ -const nextConfig = { - images: { - domains: ['urdego.s3.ap-southeast-2.amazonaws.com'], - }, -}; - -module.exports = nextConfig;