diff --git a/src/app/api/send/route.ts b/src/app/api/send/route.ts index f3c8697e9..da26bf54b 100644 --- a/src/app/api/send/route.ts +++ b/src/app/api/send/route.ts @@ -167,6 +167,8 @@ export async function POST(request: Request) { urlPath = urlPath.replace(/(.+)\/$/, '$1'); } + urlPath = urlPath + currentUrl.hash; + let referrerPath: string; let referrerQuery: string; let referrerDomain: string;