Skip to content

Commit

Permalink
reduce pacakge size
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwu51 committed Jun 9, 2024
1 parent 2dec3b4 commit bd3f0a8
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 1,461 deletions.
4 changes: 4 additions & 0 deletions .vercelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.github
.git
*.ppt
*.pptx
2 changes: 1 addition & 1 deletion app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function Home() {
<a href={"/blog/" + month + "/" + slug}>{slug}</a>
{ tags && tags.length > 0 && <div className="mt-[-16px]">{
tags.map(tag => (
<span key={tag} className="bg-[var(--w-green-dark)] text-white px-2 py-1 rounded-md mr-1 text-[0.7rem]">
<span key={tag} className=" bg-gray-900 text-white px-2 py-1 rounded-md mr-1 text-[0.7rem]">
{tag}
</span>
))
Expand Down
Loading

0 comments on commit bd3f0a8

Please sign in to comment.