Skip to content

Commit

Permalink
Merge pull request #3 from robsutcliffe/empty-content
Browse files Browse the repository at this point in the history
empty project
  • Loading branch information
robsutcliffe authored Dec 21, 2023
2 parents ab02f24 + c4c1235 commit a6a47b8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion data/projectsData.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
const projectsData = []
const projectsData = [
{
title: 'first project',
description: `First project description`,
imgSrc: '/static/images/logo.png',
href: 'https://robsutcliffe.github.io',
},
]

export default projectsData

0 comments on commit a6a47b8

Please sign in to comment.