Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
muthuk1
/
graphrag-inference-hackathon
like
1
arxiv:
12 papers
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
205ffbf
graphrag-inference-hackathon
/
web
/
next.config.ts
muthuk1
Add next.config.ts
c9af10b
verified
27 days ago
raw
Copy download link
history
blame
Safe
130 Bytes
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
reactStrictMode
:
true
,
};
export
default
nextConfig;