Skip to content

Commit 9f00f29

Browse files
committed
Move images to public/img, where sli.dev wants them.
1 parent 7609a2f commit 9f00f29

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

assets/img/bobby-tables-from-xkcd-by-randall-munroe.png renamed to public/img/bobby-tables-from-xkcd-by-randall-munroe.png

File renamed without changes.

slides.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ str(t"Please be a string!")
172172

173173
---
174174
layout: image-right
175-
image: /assets/img/f-strings-awesome.png
175+
image: /img/f-strings-awesome.png
176176
backgroundSize: contain
177177
---
178178

@@ -187,7 +187,7 @@ backgroundSize: contain
187187

188188
---
189189
layout: image-right
190-
image: /assets/img/f-strings-dangerous.png
190+
image: /img/f-strings-dangerous.png
191191
backgroundSize: contain
192192
---
193193

@@ -197,7 +197,7 @@ backgroundSize: contain
197197

198198
---
199199
layout: image
200-
image: /assets/img/bobby-tables-from-xkcd-by-randall-munroe.png
200+
image: /img/bobby-tables-from-xkcd-by-randall-munroe.png
201201
backgroundSize: contain
202202
---
203203

0 commit comments

Comments
 (0)