Commit 89381a0a authored by Sébastien Chopin's avatar Sébastien Chopin

chore: accessibility

parent 863340b0
<script setup lang="ts">
useServerHead({
htmlAttrs: {
lang: 'en',
},
})
useSeoMeta({
titleTemplate: 'Nuxt HN | %s',
description: 'HackerNews clone built with Nuxt.',
......
......@@ -23,6 +23,7 @@ useHead({
>
<NuxtLink
to="/"
aria-label="Go to homepage"
>
<svg
class="logo"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment