Skip to content

Commit

Permalink
Merge pull request #34 from nblackburn/hotfix/fix-project-thumbnails
Browse files Browse the repository at this point in the history
Fix project thumbnails
  • Loading branch information
nblackburn authored Nov 6, 2022
2 parents 4fb66b1 + 4cddfcf commit d7eaeb8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nblackburn/website",
"private": true,
"version": "1.7.0",
"version": "1.7.1",
"scripts": {
"start": "astro dev",
"build": "astro build",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/projects/_cubetures.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Cubetures
publishedDate: 2014-03-19
url: https://www.iconfinder.com/iconsets/cubetures
thumbnail: src/assets/img/projects/thumbnails/cubetures.png
thumbnail: ./src/assets/img/projects/thumbnails/cubetures.png
description: A tiny race of cube-like creatures.
tags:
- design
Expand Down
2 changes: 1 addition & 1 deletion src/pages/projects/_micro-match.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Micro Match
publishedDate: 2016-08-21
url: https://github.com/nblackburn/micro-match
description: A micro library for matching urls.
thumbnail: src/assets/img/projects/thumbnails/micro-match.png
thumbnail: ./src/assets/img/projects/thumbnails/micro-match.png
tags:
- development
- javascript
Expand Down
2 changes: 1 addition & 1 deletion src/pages/projects/_praise-pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Praise Pool
publishedDate: 2022-01-01
url: https://dribbble.com/nblackburn/collections/5571723-Praise-Pool
thumbnail: src/assets/img/projects/thumbnails/praise-pool.png
thumbnail: ./src/assets/img/projects/thumbnails/praise-pool.png
description: A permanent place to look back and celebrate your accomplishments.
tags:
- app
Expand Down
2 changes: 1 addition & 1 deletion src/pages/projects/_website.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Personal Website
publishedDate: 2022-10-23
url: https://nblackburn.uk
thumbnail: src/assets/img/projects/thumbnails/website.png
thumbnail: ./src/assets/img/projects/thumbnails/website.png
description: My little corner on the internet.
tags:
- app
Expand Down

0 comments on commit d7eaeb8

Please sign in to comment.