Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Klnimri
/
NextReact
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
NextReact
/
next.config.js
Klnimri
Upload 23 files
e91fc5d
verified
12 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
116 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
reactStrictMode
:
true
};
module
.
exports
= nextConfig;