Skip to content

Commit 6106da6

Browse files
authored
Add some missing redirects
1 parent 6ee9a27 commit 6106da6

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

Diff for: netlify.toml

+32
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,38 @@
2222
[[redirects]]
2323
from = "/getting-started/tutorial.html"
2424
to = "/tutorials/aspnetcore.html"
25+
26+
[[redirects]]
27+
from = "/guides/weboptimizer.html"
28+
to = "/bundling/weboptimizer.html"
29+
30+
[[redirects]]
31+
from = "/guides/cassette.html"
32+
to = "/bundling/cassette.html"
33+
34+
[[redirects]]
35+
from = "/guides/webpack.html"
36+
to = "/bundling/webpack.html"
37+
38+
[[redirects]]
39+
from = "/guides/msbuild.html"
40+
to = "/bundling/msbuild.html"
41+
42+
[[redirects]]
43+
from = "/guides/server-side-rendering.html"
44+
to = "/features/server-side-rendering.html"
45+
46+
[[redirects]]
47+
from = "/guides/es6.html"
48+
to = "/features/es6.html"
49+
50+
[[redirects]]
51+
from = "/guides/react-router.html"
52+
to = "/features/react-router.html"
53+
54+
[[redirects]]
55+
from = "/guides/chakracore.html"
56+
to = "/getting-started/chakracore.html"
2557

2658
# Old package URLs
2759
[[redirects]]

0 commit comments

Comments
 (0)