updated allow domains in next config
This commit is contained in:
parent
8367231424
commit
b577450c02
@ -1,4 +1,11 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {}
|
||||
const nextConfig = {
|
||||
images: {
|
||||
domains: [
|
||||
"uploadthing.com",
|
||||
"utfs.io"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user