From 4c9882b08667b66a0f4ded10cdd30f5c4cfb9bfa Mon Sep 17 00:00:00 2001 From: koide Date: Thu, 19 Feb 2026 05:11:20 +0000 Subject: [PATCH] Add: Playground to Works --- src/pages/works.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/works.tsx b/src/pages/works.tsx index ec5cad2..7eb4f40 100644 --- a/src/pages/works.tsx +++ b/src/pages/works.tsx @@ -9,6 +9,12 @@ const works = [ url: 'https://tundoc.techswan.online/', tags: ['Web', 'Documentation'], }, + { + name: 'Playground', + description: 'AI・LLM関連の実験場。様々なモデルやツールを試せる。', + url: 'https://playground.techswan.online/', + tags: ['AI', 'LLM', 'Experiment'], + }, // 他のプロジェクトがあれば追加 ];