diff --git a/packages/profile/vercel.json b/packages/profile/vercel.json index 49fcb885e..cf0b9d872 100644 --- a/packages/profile/vercel.json +++ b/packages/profile/vercel.json @@ -47,10 +47,6 @@ } ], "rewrites": [ - { - "source": "/(.*)", - "destination": "/" - }, { "source": "/ingest/static/:path(.*)", "destination": "https://us-assets.i.posthog.com/static/:path" @@ -58,6 +54,10 @@ { "source": "/ingest/:path(.*)", "destination": "https://us.i.posthog.com/:path" + }, + { + "source": "/(.*)", + "destination": "/" } ] } \ No newline at end of file