File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11##
22# Permanent redirects
33##
4- rewrite ^/blazor/$
5- /blazor/introduction
4+ rewrite ^/blazor-ui /$
5+ /blazor-ui /introduction
66 permanent;
77
8- rewrite ^/blazor/knowledge-base$
9- /blazor/knowledge-base.html
8+ rewrite ^/blazor-ui /knowledge-base$
9+ /blazor-ui /knowledge-base.html
1010 permanent;
1111
1212rewrite ^/blazor/(.*)$
@@ -18,7 +18,7 @@ rewrite ^/blazor/(.*)$
1818{% for page in site.redirect_pages %}
1919{% for redirect in page.previous_url %}
2020rewrite ^{{ redirect }}$
21- /blazor/{{ page.url | remove_first: '/' | replace: '.html', '' }}
21+ /blazor-ui /{{ page.url | remove_first: '/' | replace: '.html', '' }}
2222 permanent;
2323{% endfor %}
2424{% endfor %}
@@ -27,7 +27,7 @@ rewrite ^{{ redirect }}$
2727# Temporary redirects for moved directories
2828##
2929{% for directory in site.redirect_directories %}
30- rewrite ^/blazor/{{ directory.path }}/?$
31- /blazor/{{ directory.url }}
30+ rewrite ^/blazor-ui /{{ directory.path }}/?$
31+ /blazor-ui /{{ directory.url }}
3232 redirect;
3333{% endfor %}
You can’t perform that action at this time.
0 commit comments