Skip to content

Commit 9ff46cc

Browse files
author
yurim
committed
feat:vercel.json 파일에서 리다이렉트 제거 및 bundling, code-quality 관련 vercel.json 파일 삭제
1 parent 7b53720 commit 9ff46cc

File tree

4 files changed

+0
-29
lines changed

4 files changed

+0
-29
lines changed

fundamentals/bundling/vercel.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

fundamentals/code-quality/vercel.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

fundamentals/today-i-learned/src/components/features/challenge/MonthlyChallenge.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,3 @@ const skeletonDay = css({
313313
borderRadius: "50%",
314314
animation: "pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite"
315315
});
316-
317-
const emptyCell = css({
318-
width: "3.5rem",
319-
height: "3.5rem"
320-
});

vercel.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
{
2-
"redirects": [
3-
{
4-
"source": "/",
5-
"destination": "/code-quality/",
6-
"permanent": true
7-
}
8-
],
92
"rewrites": [
10-
{ "source": "/(.*)", "destination": "/" },
113
{
124
"source": "/fundamentals/code-quality/:path*",
135
"destination": "/dist/fundamentals/code-quality/:path*"

0 commit comments

Comments
 (0)