chore: updated dependencies
This commit is contained in:
+6
-1
@@ -1,5 +1,10 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
|
||||
const imageDomains = (process.env.IMAGE_DOMAINS ?? '').split(',').map(domain => domain.trim())
|
||||
|
||||
module.exports = {
|
||||
reactStrictMode: true
|
||||
reactStrictMode: true,
|
||||
images: {
|
||||
domains: imageDomains
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user