Skip to content

Commit 49c5a6b

Browse files
author
yurim
committed
feat: :path(.*)로 해보기
1 parent c2591e7 commit 49c5a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"destination": "/dist/fundamentals/bundling/:path*"
1717
},
1818
{
19-
"source": "/fundamentals/today-i-learned/:path*",
19+
"source": "/fundamentals/today-i-learned/:path(.*)",
2020
"destination": "/dist/fundamentals/today-i-learned/index.html"
2121
},
2222
{
23-
"source": "/today-i-learned/:path*",
23+
"source": "/today-i-learned/:path(.*)",
2424
"destination": "/dist/fundamentals/today-i-learned/index.html"
2525
},
2626
{

0 commit comments

Comments
 (0)