diff --git a/docs/src/app/mailing-list/route.ts b/docs/src/app/mailing-list/route.ts index 3bb0644d5..aed4d28dc 100644 --- a/docs/src/app/mailing-list/route.ts +++ b/docs/src/app/mailing-list/route.ts @@ -23,10 +23,7 @@ export async function POST(req: Request): Promise { console.log(formData.getAll('tags')); const data = { email: formData.get('email'), - tags: [ - ...formData.getAll('tags'), - `keystatic website${pathname !== '/' ? `: ${pathname}` : ' homepage'}`, - ], + tags: [...formData.getAll('tags'), `source:keystatic.com${pathname}`], }; const buttondownResponse = await fetch(