rln.waku.org/next.config.js
2025-04-16 20:49:53 +05:30

14 lines
250 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: [
'waku.org',
'logos.co',
'contributors.free.technology'
],
},
reactStrictMode: true,
output: 'export',
}
module.exports = nextConfig