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