Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit efad512

Browse files
committed
Move images into /img
1 parent 0f59bf1 commit efad512

File tree

15 files changed

+14
-24
lines changed

15 files changed

+14
-24
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ author: Ben Bitdiddle
149149
tags:
150150
- Devii
151151
- Blogs
152-
authorPhoto: /profile.jpg
153-
bannerPhoto: /brook.jpg
154-
thumbnailPhoto: /brook.jpg
152+
authorPhoto: /img/profile.jpg
153+
bannerPhoto: /img/brook.jpg
154+
thumbnailPhoto: /img/brook.jpg
155155
---
156156
```
157157

components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const Footer: React.FC = () => (
1919
>
2020
<p>{${globals.yourName} ${new Date().getFullYear()}`}</p>
2121
<a href="/rss.xml">
22-
<img src="/rss-white.svg" alt="RSS Feed" height="30" width="30" />
22+
<img src="/img/rss-white.svg" alt="RSS Feed" height="30" width="30" />
2323
</a>
2424
</div>
2525
);

md/blog/dan-abramov.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ datePublished: 1594425078471
55
author: Colin McDonnell
66
tags:
77
- Dan Abramov
8-
authorPhoto: /profile.jpg
9-
bannerPhoto: /danabramov.png
10-
thumbnailPhoto: /danabramov_thumb.png
8+
authorPhoto: /img/profile.jpg
9+
bannerPhoto: /img/danabramov.png
10+
thumbnailPhoto: /img/danabramov_thumb.png
1111
canonicalUrl: https://devii.dev/blog/dan-abramov
1212
---
1313

md/blog/devii.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ author: Ben Bitdiddle
77
tags:
88
- Devii
99
- Blogs
10-
authorPhoto: /profile.jpg
11-
bannerPhoto: /brook.jpg
12-
thumbnailPhoto: /brook.jpg
10+
authorPhoto: /img/profile.jpg
11+
bannerPhoto: /img/brook.jpg
12+
thumbnailPhoto: /img/brook.jpg
1313
canonicalUrl: https://devii.dev/blog/devii
1414
---
1515

md/blog/the-ultimate-tech-stack.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ published: true
44
datePublished: 1590463136775
55
author: Colin McDonnell
66
authorTwitter: vriad
7-
authorPhoto: https://vriad.com/colin_square_small.jpg
8-
tags:
7+
authorPhoto: /img/colin_square_small.jpg
8+
tags:
99
- Static Site Generators
1010
- React
1111
- Next.js
12-
thumbnailPhoto: https://vriad.com/pancakes_thumb.jpeg
13-
bannerPhoto: https://vriad.com/pancakes.jpeg
12+
thumbnailPhoto: /img/pancakes_thumb.jpeg
13+
bannerPhoto: /img/pancakes.jpeg
1414
canonicalUrl: https://vriad.com/essays/devii
1515
---
1616

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)