This commit is contained in:
2020-09-04 00:38:41 +05:00
parent 3a26f78363
commit fd8a4f01d1
8 changed files with 16 additions and 14 deletions

View File

@@ -16,7 +16,7 @@
v-for="story in recentStories"
:key="story.id"
>
<a :href="'/article/' + story.id">
<a :href="`/article/${story.source.slug}/${story.guid}`">
<div
class="w-full h-auto overflow-hidden relative rounded"
>
@@ -25,7 +25,7 @@
</a>
<div class="w-full h-auto text-right overflow-hidden mt-3">
<a
:href="'/article/' + story.id"
:href="`/article/${story.source.slug}/${story.guid}`"
class="text-md leading-9 font-semibold text-right text-gray-700 py-3 MvTyper hover:underline"
style="direction:rtl;"
v-text="story.title"