Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GerardCB
/
GeoQuery
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
GeoQuery
/
frontend
/
next.config.ts
GerardCB
Deploy to Spaces (Final Clean)
4851501
21 days ago
raw
Copy download link
history
blame
contribute
delete
165 Bytes
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
output
:
'export'
,
images
: {
unoptimized
:
true
,
},
};
export
default
nextConfig;