11{
2- "buildCommand" : " yarn build" ,
3- "outputDirectory" : " dist" ,
42 "redirects" : [
53 {
64 "source" : " /" ,
119 "rewrites" : [
1210 {
1311 "source" : " /code-quality/:path*" ,
14- "destination" : " /fundamentals/ code-quality/:path*"
12+ "destination" : " /code-quality/:path*"
1513 },
1614 {
17- "source" : " /fundamentals/code-quality /:path*" ,
18- "destination" : " /fundamentals/code-quality /:path*"
15+ "source" : " /bundling /:path*" ,
16+ "destination" : " /bundling /:path*"
1917 },
2018 {
21- "source" : " /fundamentals/bundling /:path*" ,
22- "destination" : " /fundamentals/bundling /:path*"
19+ "source" : " /a11y /:path*" ,
20+ "destination" : " /a11y /:path*"
2321 },
22+
2423 {
2524 "source" : " /today-i-learned/assets/:path*" ,
26- "destination" : " /fundamentals/ today-i-learned/assets/:path*"
25+ "destination" : " /today-i-learned/assets/:path*"
2726 },
2827 {
2928 "source" : " /today-i-learned/:path*" ,
30- "destination" : " /fundamentals/ today-i-learned/index.html"
29+ "destination" : " /today-i-learned/index.html"
3130 },
3231 {
33- "source" : " /fundamentals/today-i-learned/:path*" ,
34- "destination" : " /fundamentals/today-i-learned/:path*"
35- },
36- { "source" : " /(.*)" , "destination" : " /" }
32+ "source" : " /(.*)" ,
33+ "destination" : " /"
34+ }
3735 ]
3836}
0 commit comments