Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abadesalex
/
DocuRAG
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
39f6b9b
DocuRAG
/
App
/
my-app
/
next.config.mjs
abadesalex
UI
819bacd
9 months ago
raw
Copy download link
history
blame
151 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
'export'
,
// other configurations can go here
};
export
default
nextConfig;