retvim-demo / vercel.json
Earther's picture
fix: replace libgl1-mesa-glx with libgl1 for Debian Trixie compatibility + correct HF Space URL
221cb4d
Raw
History Blame Contribute Delete
190 Bytes
{
"version": 2,
"outputDirectory": "public",
"buildCommand": null,
"framework": null,
"routes": [
{ "handle": "filesystem" },
{ "src": "/(.*)", "dest": "/index.html" }
]
}