Skip to content

Commit 06cf1e1

Browse files
committed
Add new community project
1 parent 5fe4c9c commit 06cf1e1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/views/community-projects.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ const PROJECTS = [
2929
username: 'enesozturk',
3030
repo: 'sticker-store',
3131
},
32+
{
33+
username: 'semihshn',
34+
repo: 'craftgate_mcp_server',
35+
},
3236
];
3337
3438
const data: Array<GithubRepo> = await Promise.all(

0 commit comments

Comments
 (0)