CoolFace
Apppublic

Hanzo-Community/ai-chat

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
next.config.js8 linesDownload Raw Back to root
1/** @type {import('next').NextConfig} */2const nextConfig = {3  reactStrictMode: true,4  swcMinify: true,5}6 7module.exports = nextConfig8