Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
severo
/
followgraph
like
34
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
8c1dca2
followgraph
/
next.config.js
severo
HF staff
copy files
b369d17
6 months ago
raw
Copy download link
history
blame
Safe
118 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
reactStrictMode
:
true
,
}
module
.
exports
= nextConfig