Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
matthoffner
/
chat-with-internet
like
10
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
63c6de8
chat-with-internet
/
next.config.js
matt HOFFNER
init
c2df9c2
almost 2 years ago
raw
Copy download link
history
blame
Safe
118 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
"standalone"
}
module
.
exports
= nextConfig