From ab1611b6eaad03588ff125e74763cbbb81f738f6 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Wed, 27 May 2026 12:30:33 +0900 Subject: [PATCH] fix --- src/app/(pages)/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/(pages)/page.tsx b/src/app/(pages)/page.tsx index afd3705..92230ab 100644 --- a/src/app/(pages)/page.tsx +++ b/src/app/(pages)/page.tsx @@ -18,6 +18,11 @@ const activities: ActivityData[] = [ description: "AS152873をはじめインフラをメインで運用しています。", url: "https://neody.ad.jp", }, + { + title: "EtherIP", + description: "RustでRFC3378であるEtherIPを実装しました。", + url: "https://github.com/tuna2134/EtherIP", + }, ]; const Home: NextPage = () => {