Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SuriRaja
/
Sample
like
0
No application file
App
Files
Files
Community
main
Sample
/
vercel.json
SuriRaja
Deploy static build to Hugging Face
b54da4e
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
203 Bytes
{
"buildCommand"
:
"npm run build"
,
"outputDirectory"
:
"out"
,
"framework"
:
"nextjs"
,
"functions"
:
{
}
,
"rewrites"
:
[
{
"source"
:
"/(.*)"
,
"destination"
:
"/index.html"
}
]
}