We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cc91d commit a14753bCopy full SHA for a14753b
website/src/routes/blog/index.tsx
@@ -63,7 +63,7 @@ export default component$(() => {
63
<ol class="mx-3 mt-6 flex flex-wrap lg:mx-2 lg:mt-10">
64
{posts.value.map((post) => (
65
<li class="w-full px-5 py-6 md:w-1/2 lg:p-8" key={post.href}>
66
- <Link class="flex flex-col gap-8" href={post.href}>
+ <Link class="flex flex-col gap-8" href={post.href} prefetch={false}>
67
<PostCover variant="blog" label={post.cover} />
68
<div class="flex flex-col gap-5">
69
<h3 class="text-lg font-medium leading-normal text-slate-900 md:text-xl lg:text-2xl dark:text-slate-200">
0 commit comments