We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe4c9c commit 06cf1e1Copy full SHA for 06cf1e1
1 file changed
src/views/community-projects.astro
@@ -29,6 +29,10 @@ const PROJECTS = [
29
username: 'enesozturk',
30
repo: 'sticker-store',
31
},
32
+ {
33
+ username: 'semihshn',
34
+ repo: 'craftgate_mcp_server',
35
+ },
36
];
37
38
const data: Array<GithubRepo> = await Promise.all(
0 commit comments