File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 1616 "destination" : " /dist/fundamentals/bundling/:path*"
1717 },
1818 {
19- "source" : " /fundamentals/today-i-learned/:path(.*)" ,
19+ "source" : " /fundamentals/today-i-learned/:path*" ,
20+ "missing" : [
21+ {
22+ "type" : " file" ,
23+ "value" : " /dist/fundamentals/today-i-learned/:path*"
24+ }
25+ ],
2026 "destination" : " /dist/fundamentals/today-i-learned/index.html"
2127 },
2228 {
23- "source" : " /today-i-learned/:path(.*)" ,
29+ "source" : " /today-i-learned/:path*" ,
30+ "missing" : [
31+ {
32+ "type" : " file" ,
33+ "value" : " /dist/fundamentals/today-i-learned/:path*"
34+ }
35+ ],
2436 "destination" : " /dist/fundamentals/today-i-learned/index.html"
2537 },
2638 {
2739 "source" : " /code-quality/:path*" ,
2840 "destination" : " /dist/fundamentals/code-quality/:path*"
41+ },
42+ {
43+ "source" : " /(.*)" ,
44+ "destination" : " /"
2945 }
3046 ]
3147}
You can’t perform that action at this time.
0 commit comments