File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -85,14 +85,30 @@ const nextConfig = {
8585
8686 {
8787 source : '/x' ,
88- destination : '/?utm_source=x&utm_medium=social' ,
88+ destination : '/?utm_source=x&utm_medium=social&utm_campaign=Sandy ' ,
8989 permanent : false ,
9090 } ,
9191 {
9292 source : '/l' ,
93- destination : '/?utm_source=linkedin&utm_medium=social' ,
93+ destination : '/?utm_source=linkedin&utm_medium=social&utm_campaign=Sandy ' ,
9494 permanent : false ,
9595 } ,
96+ {
97+ source : '/x_Raza' ,
98+ destination : '/?utm_source=x&utm_medium=social&utm_campaign=Raza' ,
99+ permanent : false ,
100+ } ,
101+ {
102+ source : '/l_Raza' ,
103+ destination : '/?utm_source=linkedin&utm_medium=social&utm_campaign=Raza' ,
104+ permanent : false ,
105+ } ,
106+ {
107+ source : '/x_Emily' ,
108+ destination : '/?utm_source=x&utm_medium=social&utm_campaign=Emily' ,
109+ permanent : false ,
110+ } ,
111+
96112 ]
97113 } ,
98114 async rewrites ( ) {
You can’t perform that action at this time.
0 commit comments