Files
LivePoll/frontend/vercel.json

6 lines
83 B
JSON
Raw Permalink Normal View History

2024-11-08 13:56:53 +05:30
{
"rewrites": [{
"source": "/(.*)",
"destination": "/"
}]
}