Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hugging-science
/
science-release-map
like
27
Running
App
Files
Files
Community
11
Fetching metadata from the HF Docker repository...
c07926b
science-release-map
/
next.config.mjs
cfahlgren1
HF Staff
Initial commit from Create Next App
c07926b
about 1 year ago
raw
Copy download link
history
blame
Safe
118 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
reactStrictMode
:
true
,
};
export
default
nextConfig;