Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MHamdan
/
SPARKNET
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SPARKNET
/
frontend
/
next.config.ts
MHamdan
Initial commit: SPARKNET framework
a9dc537
26 days ago
raw
Copy download link
history
blame
contribute
delete
133 Bytes
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
/* config options here */
};
export
default
nextConfig;