Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/deepsite
markush1
/
kaicoder
like
0
Running
on
CPU Upgrade
App
Files
Files
Fetching metadata from the HF Docker repository...
0b6b0ac
kaicoder
/
next.config.ts
enzostvs
HF Staff
Initial commit from Create Next App
0b6b0ac
3 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;