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