Qwen3-VL-30B-A3B-Instruct / next.config.js
akhaliq's picture
akhaliq HF Staff
Upload next.config.js with huggingface_hub
460e11f verified
raw
history blame contribute delete
141 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
}
module.exports = nextConfig