Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
matthoffner
/
chat-with-internet
like
10
Paused
App
Files
Files
Community
3bbf649
chat-with-internet
/
next.config.js
matt HOFFNER
init
c2df9c2
about 1 year ago
raw
Copy download link
history
blame
Safe
118 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
"standalone"
}
module
.
exports
= nextConfig