diff --git a/attached_assets/image_1765214324775.png b/attached_assets/image_1765214324775.png new file mode 100644 index 00000000..4dfe06a2 Binary files /dev/null and b/attached_assets/image_1765214324775.png differ diff --git a/vercel.json b/vercel.json index 754fbc6e..9f4d93f6 100644 --- a/vercel.json +++ b/vercel.json @@ -85,6 +85,7 @@ { "source": "/profile", "destination": "/index.html" }, { "source": "/profile/:path*", "destination": "/index.html" }, { "source": "/activity", "destination": "/index.html" }, + { "source": "/activity/", "destination": "/index.html" }, { "source": "/activity/:path*", "destination": "/index.html" }, { "source": "/admin", "destination": "/index.html" }, { "source": "/admin/:path*", "destination": "/index.html" },