Spaces:
Build error
Build error
File size: 157 Bytes
26956e0 |
1 2 3 4 5 6 7 8 9 |
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
unoptimized: true,
},
reactStrictMode: true,
}
module.exports = nextConfig |