buster/apps/web/vercel.json

13 lines
232 B
JSON
Raw Normal View History

2025-09-25 03:14:07 +08:00
{
"rewrites": [
{
"source": "/phrp/static/(.*)",
"destination": "https://us-assets.i.posthog.com/static/$1"
},
{
"source": "/phrp/(.*)",
"destination": "https://us.i.posthog.com/$1"
}
]
}