/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: [
"uploadthing.com",
"utfs.io"
]
}
module.exports = nextConfig