rln.waku.org/next.config.js

14 lines
250 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,
output: 'export',
2025-04-04 17:29:57 +05:30
}
module.exports = nextConfig