Skip to content

Commit 69bde3d

Browse files
committed
re-directing
1 parent 1b15819 commit 69bde3d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

nginx.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ http {
9292
rewrite ^/docs/en/firehose/(?!index\.).+$ https://firehose.streamingfast.io permanent;
9393
rewrite ^/docs/([a-zA-Z][a-zA-Z])/developer/assemblyscript-api/$ $scheme://$http_host/docs/$1/developing/graph-ts/api/ permanent;
9494
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;
9695

9796
# Temporary redirects (302)
9897
rewrite ^/docs/en/querying/graph-client/$ $scheme://$http_host/docs/en/querying/graph-client/README/ redirect;

website/next.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ export default withNextra({
8181
destination: '/en/developing/graph-ts/api/',
8282
permanent: true,
8383
},
84-
{
85-
source: '/en/network/benefits/',
86-
destination: '/en/benefits/',
87-
permanent: true,
88-
},
8984
],
9085
images: {
9186
unoptimized: true,

0 commit comments

Comments
 (0)