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
commit0f4716657300c0afe5c4c31ec7247955b5935f23 (patch)
tree1a1b9e1eff0003179d905704b010ef9bcf2ddc83
parent6fa8872f6b4be562d62f992a4ba85a1ed75136af (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/",
},