prefetch sites on hovering their links in navbar

This commit is contained in:
2024-10-24 00:39:17 +02:00
parent 998d56e2e7
commit 8afd44ff49
3 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const allPosts= posts.sort((a, b) => new Date(b.data.publishDate).valueOf() - ne
{ index !== 0 && <hr /> }
<div class="post-item">
<h2>
<a href={href}>{post.data.title}</a>
<a data-astro-prefetch href={href}>{post.data.title}</a>
</h2>
<div class="tags">
{post.data.tags.map(item => (