Skip to content

Commit

Permalink
feat: set placeholdor color
Browse files Browse the repository at this point in the history
  • Loading branch information
ocknamo committed Jun 15, 2024
1 parent bfb94d3 commit 8086959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/blog/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
failback: data.blog.image,
alt: 'blog top',
placeholder: { dataUri: data.blog.imagePlaceholderUrl, color: 'black' },
placeholder: { dataUri: data.blog.imagePlaceholderUrl, color: '#888' },
blur: true
};
</script>
Expand Down

0 comments on commit 8086959

Please sign in to comment.