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