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;