File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 7
7
}
8
8
],
9
9
"rewrites" : [
10
+ {
11
+ "source" : " /code-quality/:path*" ,
12
+ "destination" : " /dist/fundamentals/code-quality/:path*"
13
+ },
10
14
{
11
15
"source" : " /fundamentals/code-quality/:path*" ,
12
16
"destination" : " /dist/fundamentals/code-quality/:path*"
13
17
},
18
+
14
19
{
15
20
"source" : " /fundamentals/bundling/:path*" ,
16
21
"destination" : " /dist/fundamentals/bundling/:path*"
17
22
},
23
+
18
24
{
19
- "source" : " /fundamentals/today-i-learned/:path*" ,
20
- "destination" : " /dist/fundamentals/today-i-learned/:path*"
21
- },
22
- {
23
- "source" : " /code-quality/:path*" ,
24
- "destination" : " /dist/fundamentals/code-quality/:path*"
25
+ "source" : " /today-i-learned/:path*" ,
26
+ "destination" : " /dist/fundamentals/today-i-learned/index.html"
25
27
},
26
28
{
27
- "source" : " /today-i-learned/:path*" ,
28
- "destination" : " /today-i-learned/index.html "
29
+ "source" : " /fundamentals/ today-i-learned/:path*" ,
30
+ "destination" : " /dist/fundamentals/ today-i-learned/:path* "
29
31
},
32
+
30
33
{ "source" : " /(.*)" , "destination" : " /" }
31
34
]
32
35
}
You can’t perform that action at this time.
0 commit comments