Skip to content

Commit

Permalink
Reorder profile rewrites (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Dec 19, 2024
1 parent 9f4f4a6 commit 4b28309
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/profile/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@
}
],
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
},
{
"source": "/ingest/static/:path(.*)",
"destination": "https://us-assets.i.posthog.com/static/:path"
},
{
"source": "/ingest/:path(.*)",
"destination": "https://us.i.posthog.com/:path"
},
{
"source": "/(.*)",
"destination": "/"
}
]
}

0 comments on commit 4b28309

Please sign in to comment.