ai-tube / next.config.js
jbilcke-hf's picture
jbilcke-hf HF staff
🍿
1f122c3
raw history blame
No virus
117 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
}
module.exports = nextConfig