We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00997f0 commit 9eec69eCopy full SHA for 9eec69e
1 file changed
src/pages/projects.astro
@@ -23,6 +23,14 @@ async function fetchMetaTags(url: string) {
23
}
24
25
const projectsData = [
26
+ {
27
+ title: "smart-changelog",
28
+ description: "AI powered changelog generator",
29
+ tech: ["Node.js", "Github workflow"],
30
+ github: "https://github.com/johanwulf/smart-changelog",
31
+ live: "https://www.smartchangelog.com/",
32
+ richMediaUrl: "https://www.smartchangelog.com/"
33
+ },
34
{
35
title: "shadecn",
36
description: "SVG color customizer that transforms unDraw illustrations to match your shadcn themes",
0 commit comments