Sample / vercel.json
SuriRaja's picture
Deploy static build to Hugging Face
b54da4e
raw
history blame contribute delete
203 Bytes
{
"buildCommand": "npm run build",
"outputDirectory": "out",
"framework": "nextjs",
"functions": {},
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}