Skip to content

Commit

Permalink
added redirect for greendonut
Browse files Browse the repository at this point in the history
  • Loading branch information
rstaib committed Jan 18, 2023
1 parent 0c6b183 commit b1a21b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/config/conf.d/default.conf
Expand Up @@ -22,6 +22,9 @@ server {
# docs -> hotchocolate
rewrite ^/docs/?$ $hc permanent;

# greendonut -> hotchocolate
rewrite ^/docs/greendonut.*$ $hc/fetching-data/dataloader permanent;

# marshmallowpie -> hotchocolate
rewrite ^/docs/marshmallowpie.*$ $hc permanent;

Expand Down

0 comments on commit b1a21b6

Please sign in to comment.