Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
zh-ai-community
/
china-ai-policy-research
like
8
Running
App
Files
Files
Community
7
633e5e5
china-ai-policy-research
/
next.config.mjs
cfahlgren1
HF staff
Initial commit from Create Next App
5e26aa6
4 months ago
raw
Copy download link
history
blame
Safe
118 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
reactStrictMode
:
true
,
};
export
default
nextConfig;