anycoder-ea74d65e / next.config.js
Kidizzz's picture
Upload next.config.js with huggingface_hub
743325e verified
Raw
History Blame Contribute Delete
141 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
reactStrictMode: true,
}
module.exports = nextConfig