File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939] . map ( ( classId , index ) => {
4040 const searchParams = new URLSearchParams ( window . location . search ) ;
4141 const utmSource = searchParams . get ( 'utm_source' ) ;
42- const url = new URL ( `https://api.like.co/likernft/book/purchase/ ${ classId } /new ` ) ;
42+ const url = new URL ( `https://liker.land/nft/class/ ${ classId } ` ) ;
4343 url . searchParams . set ( 'utm_medium' , 'website' ) ;
4444 url . searchParams . set ( 'utm_campaign' , 'thewitness-ad' ) ;
4545 url . searchParams . set ( 'utm_source' , 'thewitness-article' ) ;
Original file line number Diff line number Diff line change 3939] . map ( ( classId , index ) => {
4040 const searchParams = new URLSearchParams ( window . location . search ) ;
4141 const utmSource = searchParams . get ( 'utm_source' ) ;
42- const url = new URL ( `https://api.like.co/likernft/book/purchase/ ${ classId } /new ` ) ;
42+ const url = new URL ( `https://liker.land/nft/class/ ${ classId } ` ) ;
4343 url . searchParams . set ( 'utm_medium' , 'website' ) ;
4444 url . searchParams . set ( 'utm_campaign' , 'thewitness-ad' ) ;
4545 url . searchParams . set ( 'utm_source' , 'thewitness-homepage' ) ;
You canβt perform that action at this time.
0 commit comments