cartographer / ui /vercel.json
umanggarg's picture
fix(vercel): use routes not rewrites — rewrites are GET-only
74fbb1a
raw
history blame contribute delete
163 Bytes
{
"routes": [
{ "src": "/api/ph/(.*)", "dest": "/api/posthog?path=$1" },
{ "handle": "filesystem" },
{ "src": "/(.*)", "dest": "/index.html" }
]
}