Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
TeamTonic
/
here.chat
like
0
Sleeping
App
Files
Files
Community
f956125
here.chat
/
next.config.js
faranbutt789
Pushing Frontend Code
8e40013
about 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;