mirror of https://github.com/buster-so/buster.git
13 lines
232 B
JSON
13 lines
232 B
JSON
|
{
|
||
|
"rewrites": [
|
||
|
{
|
||
|
"source": "/phrp/static/(.*)",
|
||
|
"destination": "https://us-assets.i.posthog.com/static/$1"
|
||
|
},
|
||
|
{
|
||
|
"source": "/phrp/(.*)",
|
||
|
"destination": "https://us.i.posthog.com/$1"
|
||
|
}
|
||
|
]
|
||
|
}
|