/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, env: { NOSTR_RELAY_URL: process.env.NEXT_PUBLIC_NOSTR_RELAY_URL || 'wss://relay.damus.io', }, } module.exports = nextConfig