File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 92
92
rewrite ^/docs/en/firehose/( ?!index \.).+$ https://firehose.streamingfast.io permanent;
93
93
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developer/assemblyscript-api/$ $scheme ://$http_host /docs/$1 /developing/graph-ts/api/ permanent;
94
94
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/assemblyscript-api/$ $scheme ://$http_host /docs/$1 /developing/graph-ts/api/ permanent;
95
- rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /network/benefits/$ $scheme ://$http_host /docs//benefits/ permanent;
96
95
97
96
# Temporary redirects (302)
98
97
rewrite ^/docs/en/querying/graph-client/$ $scheme ://$http_host /docs/en/querying/graph-client/README/ redirect;
Original file line number Diff line number Diff line change @@ -81,11 +81,6 @@ export default withNextra({
81
81
destination : '/en/developing/graph-ts/api/' ,
82
82
permanent : true ,
83
83
} ,
84
- {
85
- source : '/en/network/benefits/' ,
86
- destination : '/en/benefits/' ,
87
- permanent : true ,
88
- } ,
89
84
] ,
90
85
images : {
91
86
unoptimized : true ,
You can’t perform that action at this time.
0 commit comments