Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
abadesalex
/
DocuRAG
like
0
Running
App
Files
Files
Community
dcb6c5f
DocuRAG
/
App
/
my-app
/
next.config.mjs
abadesalex
UI
819bacd
2 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;