anycoder-e5fc369b / next.config.js
Jayantsharma46's picture
Upload next.config.js with huggingface_hub
28a6712 verified
raw
history blame contribute delete
141 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
}
module.exports = nextConfig