anycoder-4d1c0cbc / next.config.js
LukeDunsMoto's picture
Upload next.config.js with huggingface_hub
076556d verified
Raw
History Blame Contribute Delete
159 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
output: 'standalone'
}
module.exports = nextConfig