change route for blogs

This commit is contained in:
Michal Vanko 2022-02-20 21:20:34 +01:00
parent 99269f035a
commit 7250c1abf0

View File

@ -61,7 +61,7 @@
<article>
<header>
<h2>
<a rel="prefetch" href="blog/{post.slug}">{post.title}</a>
<a rel="prefetch" href="/blog/{post.slug}">{post.title}</a>
</h2>
</header>
{@html post.preview}