rln.waku.org/next.config.js

13 lines
230 B
JavaScript
Raw Normal View History

2025-04-04 17:29:57 +05:30
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: [
'waku.org',
'logos.co',
'contributors.free.technology'
],
},
reactStrictMode: true,
}
module.exports = nextConfig