anycoder-cce82de9 / next.config.js
SherlockRamos's picture
Upload next.config.js with huggingface_hub
4f7d0b1 verified
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
appDir: false,
},
}
module.exports = nextConfig