diff --git a/pages/blog/index.page.tsx b/pages/blog/index.page.tsx index 3738e980e..ea863c5cc 100644 --- a/pages/blog/index.page.tsx +++ b/pages/blog/index.page.tsx @@ -130,7 +130,7 @@ export default function StaticMarkdownPage({ src={recentBlog[0].frontmatter.cover} width={800} height={450} - className='object-cover w-full h-full opacity-70' + className='object-cover w-full h-full opacity-70 blur-[5px]' alt='hero image example' /> @@ -142,7 +142,7 @@ export default function StaticMarkdownPage({