Skip to content

Commit

Permalink
Merge pull request #52 from casper-network/ecosystem-redirect
Browse files Browse the repository at this point in the history
MODIFIED: temporary redirect of the existing ecosystem page
  • Loading branch information
sd-ditoy authored Aug 11, 2023
2 parents 02a7afc + 670d2f0 commit 457f614
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/nginx-default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ server {
set $vue_app_zoho_endpoint "${VUE_APP_ZOHO_ENDPOINT}";
}

location /en-us/ecosystem {
return 301 https://casper.network/en-us/lp/ecosystem/;
}

location /qr-events {
return 301 https://www.fk3.co.uk/client-work/CASEVENTQR/;
}
Expand Down

0 comments on commit 457f614

Please sign in to comment.