Add: Playground to Works
All checks were successful
Deploy Docusaurus Site / deploy (push) Successful in 24s

This commit is contained in:
koide 2026-02-19 05:11:20 +00:00
parent 04680ab3fb
commit 4c9882b086

View File

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