File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 5
5
dest : /**/%original_file_name%
6
6
content_segmentation : 0
7
7
ignore :
8
+ - ' /website/pages/en/querying/graph-client/[[...slug]].mdx'
9
+ - ' /website/pages/en/firehose/[[...slug]].mdx'
8
10
- ' /website/pages/en/substreams/[[...slug]].mdx'
9
11
- source : /website/pages/en/**/*.json
10
12
translation : /website/pages/%two_letters_code%/**/%original_file_name%
Original file line number Diff line number Diff line change 87
87
rewrite ^/docs/([a-zA-Z][a-zA-Z])/arbitrum-faq/$ $scheme ://$http_host /docs/$1 /arbitrum/arbitrum-faq/ permanent;
88
88
89
89
# Temporary redirects (302)
90
- rewrite ^/docs/en/substreams/$ $scheme ://$http_host /docs/en/substreams/README/ redirect;
91
- rewrite ^/docs/en/firehose/$ $scheme ://$http_host /docs/en/firehose/README/ redirect;
90
+ rewrite ^/docs/en/firehose/$ $scheme ://$http_host /docs/en/firehose/README/ redirect;
91
+ rewrite ^/docs/en/querying/graph-client/$ $scheme ://$http_host /docs/en/querying/graph-client/README/ redirect;
92
+ rewrite ^/docs/en/substreams/$ $scheme ://$http_host /docs/en/substreams/README/ redirect;
92
93
93
94
location / {
94
95
try_files $uri $uri .html $uri /index.html =404 ;
Original file line number Diff line number Diff line change @@ -45,12 +45,7 @@ export default withNextra({
45
45
{
46
46
source : '/' ,
47
47
destination : '/en/' ,
48
- permanent : false ,
49
- } ,
50
- {
51
- source : '/en/substreams/' ,
52
- destination : '/en/substreams/README/' ,
53
- permanent : false ,
48
+ permanent : true ,
54
49
} ,
55
50
{
56
51
source : '/en/arbitrum-faq/' ,
@@ -62,6 +57,16 @@ export default withNextra({
62
57
destination : '/en/firehose/README/' ,
63
58
permanent : false ,
64
59
} ,
60
+ {
61
+ source : '/en/querying/graph-client/' ,
62
+ destination : '/en/querying/graph-client/README/' ,
63
+ permanent : false ,
64
+ } ,
65
+ {
66
+ source : '/en/substreams/' ,
67
+ destination : '/en/substreams/README/' ,
68
+ permanent : false ,
69
+ } ,
65
70
] ,
66
71
webpack ( config ) {
67
72
config . module . rules . push ( {
You can’t perform that action at this time.
0 commit comments