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'], + }, // 他のプロジェクトがあれば追加 ];