File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ let routes = [
125125 redirect : ( ) => {
126126 window . location . assign (
127127 [
128- process . env . VUE_APP_API_HOSTNAME ,
128+ import . meta . env . VITE_HOSTNAME ,
129129 "/search?fairsharingRegistry=FAIRassist" ,
130130 ] . join ( "" ) ,
131131 ) ;
@@ -564,7 +564,7 @@ let routes = [
564564 path : "/community_curation" ,
565565 redirect : ( ) => {
566566 window . location . assign (
567- [ import . meta. env . VUE_APP_API_HOSTNAME , "/community_champions" ] . join ( "" ) ,
567+ [ import . meta. env . VITE_HOSTNAME , "/community_champions" ] . join ( "" ) ,
568568 ) ;
569569 } ,
570570 } ,
@@ -574,7 +574,7 @@ let routes = [
574574 redirect : ( ) => {
575575 window . location . assign (
576576 [
577- import . meta. env . VUE_APP_API_HOSTNAME ,
577+ import . meta. env . VITE_HOSTNAME ,
578578 "/community_champions/our_champions" ,
579579 ] . join ( "" ) ,
580580 ) ;
You can’t perform that action at this time.
0 commit comments