Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TeamTonic
/
here.chat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cc8a94b
here.chat
/
next.config.js
faranbutt789
Pushing Frontend Code
8e40013
over 1 year ago
raw
Copy download link
history
blame
Safe
144 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
"standalone"
,
reactStrictMode
:
true
,
};
module
.
exports
= nextConfig;