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