Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
victor
/
buildy
like
0
Configuration error
App
Files
Files
Community
main
buildy
/
next.config.ts
victor
HF Staff
hi
5371df8
23 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
output
:
"export"
,
};
export
default
nextConfig;