Skip to content

Commit f7a9807

Browse files
committed
fix: url
1 parent 69ef9b9 commit f7a9807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

next.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ const nextConfig = {
8585

8686
{
8787
source: '/x',
88-
destination: 'https://scroll.io?utm_source=x&utm_medium=social',
88+
destination: '/?utm_source=x&utm_medium=social',
8989
permanent: false,
9090
},
9191
{
9292
source: '/l',
93-
destination: 'https://scroll.io?utm_source=linkedin&utm_medium=social',
93+
destination: '/?utm_source=linkedin&utm_medium=social',
9494
permanent: false,
9595
},
9696
]

0 commit comments

Comments
 (0)