Skip to content

Commit dbee1fa

Browse files
feat: vercel.json에 리다이렉트 추가 (#447)
1 parent 482a2f5 commit dbee1fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vercel.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
}
88
],
99
"rewrites": [
10+
{ "source": "/(.*)", "destination": "/" },
1011
{
1112
"source": "/fundamentals/code-quality/:path*",
1213
"destination": "/dist/fundamentals/code-quality/:path*"

0 commit comments

Comments
 (0)