File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 </httpCompression >
2121 <rewrite >
2222 <rules >
23+ <!-- Remove trailing slash redirect -->
24+ <rule name =" Remove Trailing Slash" stopProcessing =" true" >
25+ <match url =" (.*)/$" />
26+ <action type =" Redirect" url =" {R:1}" redirectType =" Permanent" />
27+ </rule >
2328 <rule name =" Angular Routes" stopProcessing =" true" >
2429 <match url =" .*" />
2530 <conditions logicalGrouping =" MatchAll" >
Original file line number Diff line number Diff line change 2020 </httpCompression >
2121 <rewrite >
2222 <rules >
23+ <!-- Remove trailing slash redirect -->
24+ <rule name =" Remove Trailing Slash" stopProcessing =" true" >
25+ <match url =" (.*)/$" />
26+ <action type =" Redirect" url =" {R:1}" redirectType =" Permanent" />
27+ </rule >
2328 <rule name =" Angular Routes" stopProcessing =" true" >
2429 <match url =" .*" />
2530 <conditions logicalGrouping =" MatchAll" >
You can’t perform that action at this time.
0 commit comments