Skip to content

Commit 5a8e2a7

Browse files
author
yurim
committed
fix: vercel.json에서 리다이렉트 경로를 수정하여 index.html로 변경
1 parent 9ff46cc commit 5a8e2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"source": "/fundamentals/today-i-learned/:path*",
13-
"destination": "/dist/fundamentals/today-i-learned/:path*"
13+
"destination": "/dist/fundamentals/today-i-learned/index.html"
1414
},
1515
{
1616
"source": "/code-quality/:path*",

0 commit comments

Comments
 (0)