Skip to content

Commit

Permalink
replace old placeholder background
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRR11 committed Jan 1, 2025
1 parent f174d1a commit d6f1d00
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/website/posts/placeholder.jpg'">
<card-grid :items="posts" :getImage="(post) => post.header_img || 'https://database.faithfulpack.net/images/branding/backgrounds/main_background.png?w=360'">
<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 d6f1d00

Please sign in to comment.