Skip to content

Commit

Permalink
Revert "replace old placeholder background"
Browse files Browse the repository at this point in the history
This reverts commit d6f1d00.
  • Loading branch information
3vorp committed Jan 2, 2025
1 parent d6f1d00 commit 92c3bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/post/post-grid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{ error || $root.lang().global.no_results }}
</div>
<div v-else class="my-2 text-h5">
<card-grid :items="posts" :getImage="(post) => post.header_img || 'https://database.faithfulpack.net/images/branding/backgrounds/main_background.png?w=360'">
<card-grid :items="posts" :getImage="(post) => post.header_img || 'https://database.faithfulpack.net/images/website/posts/placeholder.jpg'">
<template #title="{ title, permalink }">
<v-card-title style="word-break: break-word">{{ title }}</v-card-title>
<v-card-subtitle>{{ permalink }}</v-card-subtitle>
Expand Down

0 comments on commit 92c3bd7

Please sign in to comment.