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

chore: accessibility

parent 863340b0
<script setup lang="ts"> <script setup lang="ts">
useServerHead({
htmlAttrs: {
lang: 'en',
},
})
useSeoMeta({ useSeoMeta({
titleTemplate: 'Nuxt HN | %s', titleTemplate: 'Nuxt HN | %s',
description: 'HackerNews clone built with Nuxt.', description: 'HackerNews clone built with Nuxt.',
......
...@@ -23,6 +23,7 @@ useHead({ ...@@ -23,6 +23,7 @@ useHead({
> >
<NuxtLink <NuxtLink
to="/" to="/"
aria-label="Go to homepage"
> >
<svg <svg
class="logo" 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