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 = {
85
85
86
86
{
87
87
source : '/x' ,
88
- destination : '/?utm_source=x&utm_medium=social' ,
88
+ destination : '/?utm_source=x&utm_medium=social&utm_campaign=Sandy ' ,
89
89
permanent : false ,
90
90
} ,
91
91
{
92
92
source : '/l' ,
93
- destination : '/?utm_source=linkedin&utm_medium=social' ,
93
+ destination : '/?utm_source=linkedin&utm_medium=social&utm_campaign=Sandy ' ,
94
94
permanent : false ,
95
95
} ,
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
+
96
112
]
97
113
} ,
98
114
async rewrites ( ) {
You can’t perform that action at this time.
0 commit comments