Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
matthoffner/chat-with-internet
ailearnings
/
web-chat
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
08cc2d6
web-chat
/
next.config.js
matt HOFFNER
init
c2df9c2
over 1 year ago
raw
Copy download link
history
blame
Safe
118 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
"standalone"
}
module
.
exports
= nextConfig