Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TeichAI
/
Requests
like
6
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Requests
/
next.config.ts
armand0e
init
101ebaa
8 days ago
raw
Copy download link
history
blame
contribute
delete
131 Bytes
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
output
:
"standalone"
,
};
export
default
nextConfig;