TripoSplat-WebGPU / vercel.json
Yosun's picture
Deploy TripoSplat WebGPU demo
31c7d49 verified
Raw
History Blame Contribute Delete
282 Bytes
{
"framework": "vite",
"buildCommand": "pnpm build",
"outputDirectory": "dist",
"cleanUrls": true,
"headers": [
{
"source": "/assets/(.*)",
"headers": [
{ "key": "Cache-Control", "value": "public, max-age=31536000, immutable" }
]
}
]
}