change: use sitemap for nav
This commit is contained in:
parent
e718f3fe35
commit
28337cd80f
5 changed files with 139 additions and 34 deletions
|
@ -13,7 +13,7 @@
|
|||
/>
|
||||
<h1
|
||||
v-if="itemIndex"
|
||||
class="text-center text-black text-4xl my-auto absolute bottom-2 left-2"
|
||||
class="text-center text-black text-4xl! my-auto absolute bottom-2 left-2"
|
||||
style="text-shadow: 2px 2px 4px white"
|
||||
>
|
||||
{{ itemIndex }}.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
:class="allowNavigation ? '' : 'pointer-events-none'"
|
||||
:to="`${urlOverwrite ?? $route.path}/${data?.slug}`"
|
||||
>
|
||||
<h1 v-if="itemIndex" class="min-w-20 w-20 sm:min-w-24 sm:w-24 text-center text-black text-4xl my-auto">
|
||||
<h1 v-if="itemIndex" class="min-w-20 w-20 sm:min-w-24 sm:w-24 text-center text-black text-4xl! my-auto">
|
||||
{{ itemIndex }}.
|
||||
</h1>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue