Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
failfast
/
nextjs-hf-spaces
like
9
Runtime error
App
Files
Files
Community
1
f1d960d
nextjs-hf-spaces
/
next.config.js
NERDDISCO
initial commit
5dfa78d
over 1 year ago
raw
Copy download link
history
blame
86 Bytes
/**
@type
{
import('next').NextConfig
} */
module
.
exports
= {
output
:
'standalone'
,
}