edtech / apps /admin /vercel.json
CognxSafeTrack
fix(admin): resolve SPA 404 routing errors and broken favicon
0a1f296
raw
history blame contribute delete
119 Bytes
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}