Skip to content

Commit a87c893

Browse files
authored
Merge pull request #1506 from scroll-tech/add-redirects
Add redirects
2 parents cc41385 + f7a9807 commit a87c893

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

next.config.mjs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,17 @@ const nextConfig = {
8282

8383
{ source: "/sticker-vote", destination: "/sticker-winners", permanent: true },
8484
// { source: "/airdrop-faq", destination: "https://scroll-faqs.gitbook.io/faqs", permanent: false},
85+
86+
{
87+
source: '/x',
88+
destination: '/?utm_source=x&utm_medium=social',
89+
permanent: false,
90+
},
91+
{
92+
source: '/l',
93+
destination: '/?utm_source=linkedin&utm_medium=social',
94+
permanent: false,
95+
},
8596
]
8697
},
8798
async rewrites() {

0 commit comments

Comments
 (0)