visual/react/next.config.mjs (
5
lines of code) (
raw
):
/** @type {import('next').NextConfig} */ const nextConfig = { output: 'export', }; export default nextConfig;