SSR Switch

This commit is contained in:
2020-08-14 01:32:51 +05:00
parent a1e8f81b48
commit 2a8c2c095a
22 changed files with 125306 additions and 97 deletions

View File

@@ -12,8 +12,8 @@
<!-- post cards -->
<div class="w-full lg:w-2/3">
<div v-for="story in recentStories" :key="story.id">
<router-link
:to="{ name: 'article.show', params: { id: story.id } }"
<a
href=""
class="block w-full lg:flex mb-10 shadow rounded-lg"
>
<div
@@ -59,7 +59,7 @@
}"
:title="story.meta.title"
></div>
</router-link>
</a>
</div>
</div>
</div>