Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
aitube2
like
282
Running
on
CPU Upgrade
App
Files
Files
Community
10
Fetching metadata from the HF Docker repository...
3adb71a
aitube2
/
next.config.js
jbilcke-hf
HF Staff
🍿
1f122c3
over 1 year ago
raw
Copy download link
history
blame
Safe
117 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
'standalone'
,
}
module
.
exports
= nextConfig