Skip to content

Commit 1b2ef01

Browse files
author
yurim
committed
fix: remove unused file
1 parent 27c14b4 commit 1b2ef01

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
}
88
],
99
"rewrites": [
10-
{ "source": "/(.*)", "destination": "/" },
1110
{
1211
"source": "/fundamentals/code-quality/:path*",
1312
"destination": "/dist/fundamentals/code-quality/:path*"
@@ -23,6 +22,11 @@
2322
{
2423
"source": "/code-quality/:path*",
2524
"destination": "/dist/fundamentals/code-quality/:path*"
26-
}
25+
},
26+
{
27+
"source": "/today-i-learned/:path*",
28+
"destination": "/today-i-learned/index.html"
29+
},
30+
{ "source": "/(.*)", "destination": "/" }
2731
]
2832
}

0 commit comments

Comments
 (0)