diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..3fb3b1bf 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1458,4 +1458,11 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file + { + name: "Astro", + imageSrc: "https://avatars.githubusercontent.com/u/44914786?s=200&v=4", + projectLink: "https://github.com/withastro/astro/contribute", + description: "Astro is a web framework for building fast content-driven websites, blogs, marketing pages, and documentation sites.", + tags: ["JavaScript", "TypeScript", "Frontend", "Static Site Generator"], + }, +];