8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
module.exports = {
|
|
reactStrictMode: true,
|
|
images: {
|
|
domains: ['lh3.googleusercontent.com'],
|
|
},
|
|
}
|