Skip to content

Commit 89e7a7f

Browse files
author
yurim
committed
feat: fundamentlas 프리픽스 제거
1 parent d0a9c34 commit 89e7a7f

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

vercel.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"buildCommand": "yarn build",
3-
"outputDirectory": "dist",
42
"redirects": [
53
{
64
"source": "/",
@@ -11,28 +9,28 @@
119
"rewrites": [
1210
{
1311
"source": "/code-quality/:path*",
14-
"destination": "/fundamentals/code-quality/:path*"
12+
"destination": "/code-quality/:path*"
1513
},
1614
{
17-
"source": "/fundamentals/code-quality/:path*",
18-
"destination": "/fundamentals/code-quality/:path*"
15+
"source": "/bundling/:path*",
16+
"destination": "/bundling/:path*"
1917
},
2018
{
21-
"source": "/fundamentals/bundling/:path*",
22-
"destination": "/fundamentals/bundling/:path*"
19+
"source": "/a11y/:path*",
20+
"destination": "/a11y/:path*"
2321
},
22+
2423
{
2524
"source": "/today-i-learned/assets/:path*",
26-
"destination": "/fundamentals/today-i-learned/assets/:path*"
25+
"destination": "/today-i-learned/assets/:path*"
2726
},
2827
{
2928
"source": "/today-i-learned/:path*",
30-
"destination": "/fundamentals/today-i-learned/index.html"
29+
"destination": "/today-i-learned/index.html"
3130
},
3231
{
33-
"source": "/fundamentals/today-i-learned/:path*",
34-
"destination": "/fundamentals/today-i-learned/:path*"
35-
},
36-
{ "source": "/(.*)", "destination": "/" }
32+
"source": "/(.*)",
33+
"destination": "/"
34+
}
3735
]
3836
}

0 commit comments

Comments
 (0)