Skip to content

Commit c2591e7

Browse files
author
yurim
committed
fix: fundamentals 가 붙지 않은 redirect경로도 rewrites룰 추가
1 parent 6ae065a commit c2591e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vercel.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"source": "/fundamentals/today-i-learned/:path*",
2020
"destination": "/dist/fundamentals/today-i-learned/index.html"
2121
},
22+
{
23+
"source": "/today-i-learned/:path*",
24+
"destination": "/dist/fundamentals/today-i-learned/index.html"
25+
},
2226
{
2327
"source": "/code-quality/:path*",
2428
"destination": "/dist/fundamentals/code-quality/:path*"

0 commit comments

Comments
 (0)