Skip to content

Commit 1eb0394

Browse files
committed
fix: format code for better readability and update ignore patterns in biome.json
1 parent db53045 commit 1eb0394

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/page.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ export default function Home() {
4848
{ name: "DEV", url: "https://dev.to/mahata", icon: <FaDev className="h-5 w-5" /> },
4949
{ name: "Medium", url: "https://medium.com/@mahata777", icon: <FaMedium className="h-5 w-5" /> },
5050
{ name: "Vercelog", url: "https://vercelog.mahata.org", icon: <SiHono className="h-5 w-5" /> },
51-
{ name: "しずかなインターネット", url: "https://sizu.me/mahata", icon: <FaPencil className="h-5 w-5" /> },
51+
{
52+
name: "しずかなインターネット",
53+
url: "https://sizu.me/mahata",
54+
icon: <FaPencil className="h-5 w-5" />,
55+
},
5256
].map((link) => (
5357
<a
5458
key={link.name}

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"lineWidth": 120
1818
},
1919
"files": {
20-
"ignore": [".next/**", "node_modules/**", ".pnpm-store/**", "dist/**", "build/**"]
20+
"ignore": [".next/**", "node_modules/**", ".pnpm-store/**", "dist/**", "build/**", ".vercel/**"]
2121
}
2222
}

0 commit comments

Comments
 (0)