diff --git a/src/pages/index.astro b/src/pages/index.astro
index d0148d1..d4f5ecf 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -41,6 +41,7 @@ const postsByYear = await getPostsByYear()
class="hover:c-primary"
href={`/posts/${post.data.slug || post.slug}`}
transition:name={`post-${post.data.slug || post.slug}`}
+ data-disable-transition-on-theme
>
{post.data.title}
@@ -48,6 +49,7 @@ const postsByYear = await getPostsByYear()