Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hanzo-Community
/
devforge
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9ebf61c
devforge
/
next.config.js
Hanzo Dev
Initial commit
23c1680
6 months ago
raw
Copy download link
history
blame
Safe
163 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
reactStrictMode
:
true
,
images
: {
domains
: [
'localhost'
],
},
}
module
.
exports
= nextConfig