Updated SEO.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2021-12-08 03:00:46 +04:00
parent d9e945ee92
commit 347edeea90
5 changed files with 43 additions and 6 deletions

View File

@ -47,7 +47,7 @@
<p class="menu-label">{{ category }}</p>
<ul class="menu-list">
<li v-for="(item, key) of pages" :key="key">
<NuxtLink :to="item.slug" exact-active-class="is-active">
<NuxtLink :to="'/' + item.slug" exact-active-class="is-active">
{{ item.title }}
</NuxtLink>
</li>