We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203db2e commit 596bcd3Copy full SHA for 596bcd3
redirects.conf
@@ -35,6 +35,6 @@ rewrite ^/blazor-ui/{{ directory.path }}/?$
35
##
36
# Remove HTML extension so all pages only have 1 URL
37
38
-rewrite ^(/.*)\.html(\?.*)?$
+rewrite ^(/blazor-ui/.*)\.html(\?.*)?$
39
$1$2
40
- permanent;
+ permanent;
0 commit comments