We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acfa6e commit 65064d5Copy full SHA for 65064d5
docs/app/actions.ts
@@ -9,7 +9,7 @@ export async function subscribeToButtondown (pathname: string, formData: FormDat
9
email: formData.get('email'),
10
tags: [
11
...formData.getAll('tags'),
12
- `source:keystonejs.com${pathname !== '/' ? `/${pathname}` : '/home'}`,
+ `source:keystonejs.com${pathname}`,
13
],
14
}
15
0 commit comments