anycoder-4cf6369c / next.config.js
Pkiran's picture
Upload next.config.js with huggingface_hub
94680f9 verified
Raw
History Blame Contribute Delete
137 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrict: true,
output: 'standalone',
}
module.exports = nextConfig