Skip to content

Commit

Permalink
updates the source tag when subscribing to the thinkmill newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
benderham committed Sep 16, 2024
1 parent 0b4d6df commit 3c9009f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/app/mailing-list/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export async function POST(req: Request): Promise<Response> {
email: formData.get('email'),
tags: [
...formData.getAll('tags'),
`keystatic website${pathname !== '/' ? `: ${pathname}` : ' homepage'}`,
`source:keystatic.com${pathname}`,
],
};

Expand Down

0 comments on commit 3c9009f

Please sign in to comment.