From 3c9009f879c7632131e88ee9d3f4a74b85b7ca6c Mon Sep 17 00:00:00 2001 From: Ben Derham <1805685+benderham@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:09:52 +0800 Subject: [PATCH] updates the source tag when subscribing to the thinkmill newsletter --- docs/src/app/mailing-list/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/app/mailing-list/route.ts b/docs/src/app/mailing-list/route.ts index 3bb0644d5..4cc4d6c77 100644 --- a/docs/src/app/mailing-list/route.ts +++ b/docs/src/app/mailing-list/route.ts @@ -25,7 +25,7 @@ export async function POST(req: Request): Promise { email: formData.get('email'), tags: [ ...formData.getAll('tags'), - `keystatic website${pathname !== '/' ? `: ${pathname}` : ' homepage'}`, + `source:keystatic.com${pathname}`, ], };