Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bluewhale2025
/
portal
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ffc6bd8
portal
/
next.config.ts
김민용
Initial commit from Create Next App
c1ac65c
9 months ago
raw
Copy download link
history
blame
Safe
133 Bytes
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
/* config options here */
};
export
default
nextConfig;