Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ghost613
/
math-quiz
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a4ec883
math-quiz
/
next.config.ts
ghost613
Upload 20 files
a4ec883
verified
26 days ago
raw
Copy download link
history
blame
Safe
133 Bytes
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
/* config options here */
};
export
default
nextConfig;