diff --git a/config/_default/params.toml b/config/_default/params.toml index 9366d12..4da4537 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -2,7 +2,7 @@ noindex = false usePageBundles = true description = "while (true) { bugs++; }" mainSections = ["posts"] -fallBackOgImage = "images/broken-computer.svg" +fallBackOgImage = "images/broken-computer.png" numberOfFeaturedPosts = 5 numberOfRelatedPosts = 5 author = "jbowdre" diff --git a/static/images/broken-computer.png b/static/images/broken-computer.png new file mode 100644 index 0000000..2fc2346 Binary files /dev/null and b/static/images/broken-computer.png differ