diff --git a/vercel.json b/vercel.json index d2d5177..56b4632 100644 --- a/vercel.json +++ b/vercel.json @@ -7,7 +7,7 @@ "redirects": [ { "source": "/", - "destination": "/en", + "destination": "/en/", "permanent": true }, { @@ -189,5 +189,6 @@ "source": "/ingest/:path*", "destination": "https://us.i.posthog.com/:path*" } - ] + ], + "trailingSlash": true }