Skip to content

Commit

Permalink
Fixed a prerendering issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
levimcgomes committed Jan 30, 2024
1 parent 6c03570 commit 9c1d176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/lib/components/PostComponent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<p class="text-lg py-1 mb-10 mx-4 indent-0">{post.excerpt}</p>
<a
class="group btn duration-150 absolute bottom-0 w-full rounded-none"
href={'/blog' + post.path.slice(11).slice(0, -3)}
href={'/24/blog' + post.path.slice(11).slice(0, -3)}
><span
class="transition-all duration-150 relative inline-block after:transition-all after:duration-500 after:content-['»'] after:opacity-0 after:absolute after:top-0 after:right-[-20px] group-hover:pr-6 group-hover:after:opacity-100 group-hover:after:right-0"
>Read More</span
Expand Down

0 comments on commit 9c1d176

Please sign in to comment.