aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-25 00:00:30 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-25 00:00:30 +0900
commitf42088640e494bb23cc25a35d3a573f00bd70bdc (patch)
tree90498dd978a1475cc0d31bf2c0b16f9e77f2814f
parent0d6b33867a2eeb2c4362a695912b4fcd31d4d18f (diff)
CGitのソーシャルアイコンを code-branch に変更
GitHubの黒猫アイコンから、Gitブランチを表す code-branch アイコンに変更。Gitリポジトリ全般を 表現するアイコンとして cgit により適している。
-rw-r--r--astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index 76b6bec..c1b5221 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -30,7 +30,7 @@ export default defineConfig({
href: "https://twitter.com/yasutakeyohei",
},
{
- icon: "github",
+ icon: "code-branch",
label: "CGit",
href: "https://cgit.yasutakeyohei.com/",
},