diff --git a/next.config.js b/next.config.js index 767719f..2341245 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,11 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {} +const nextConfig = { + images: { + domains: [ + "uploadthing.com", + "utfs.io" + ] + } +} module.exports = nextConfig