Skip to content

Commit 596bcd3

Browse files
chore(infrastructure): scope .html removal redirect to own site
1 parent 203db2e commit 596bcd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redirects.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ rewrite ^/blazor-ui/{{ directory.path }}/?$
3535
##
3636
# Remove HTML extension so all pages only have 1 URL
3737
##
38-
rewrite ^(/.*)\.html(\?.*)?$
38+
rewrite ^(/blazor-ui/.*)\.html(\?.*)?$
3939
$1$2
40-
permanent;
40+
permanent;

0 commit comments

Comments
 (0)