We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae065a commit c2591e7Copy full SHA for c2591e7
vercel.json
@@ -19,6 +19,10 @@
19
"source": "/fundamentals/today-i-learned/:path*",
20
"destination": "/dist/fundamentals/today-i-learned/index.html"
21
},
22
+ {
23
+ "source": "/today-i-learned/:path*",
24
+ "destination": "/dist/fundamentals/today-i-learned/index.html"
25
+ },
26
{
27
"source": "/code-quality/:path*",
28
"destination": "/dist/fundamentals/code-quality/:path*"
0 commit comments