chore: replace fallback images, add blog fallback (#66)

This commit is contained in:
Jessica Schilling
2021-03-04 07:45:16 -07:00
committed by GitHub
parent e3ceef47e1
commit ec0910edc6
12 changed files with 3 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 KiB

After

Width:  |  Height:  |  Size: 492 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 KiB

After

Width:  |  Height:  |  Size: 276 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 KiB

After

Width:  |  Height:  |  Size: 289 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 KiB

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 KiB

After

Width:  |  Height:  |  Size: 305 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 KiB

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 KiB

After

Width:  |  Height:  |  Size: 291 KiB

@@ -25,7 +25,7 @@
<LazyImage
img-class="object-contain rounded w-full"
:alt="$page.title"
:src="`${image ? image : '/header-image-placeholder.png'}`"
:src="`${image ? image : '/blog-post-placeholder.png'}`"
/>
</div>
</div>
@@ -20,7 +20,7 @@
:src="`${
frontmatter.header_image
? frontmatter.header_image
: '/header-image-placeholder.png'
: '/blog-post-placeholder.png'
}`"
src-placeholder="/card-placeholder.png"
:ctx="regularPath"
+1 -1
View File
@@ -15,7 +15,7 @@
:src="
$frontmatter.image
? $frontmatter.image
: '/header-image-placeholder.png'
: '/blog-post-placeholder.png'
"
/>
</div>