Add unlighthouse

This commit is contained in:
2024-06-30 23:55:35 +02:00
parent 092f923d23
commit 8be6e1731b
5 changed files with 13 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ const socials = [
</div>
<div class="space-y-4">
<div class="flex flex-col md:flex-row gap-2 md:items-center">
<h3>Find me on:</h3>
<h1>Find me on:</h1>
<div class="flex gap-4">
<HomeLink
v-for="social in socials"
@@ -42,7 +42,7 @@ const socials = [
</div>
</div>
<div class="flex flex-col md:flex-row gap-2 md:items-center">
<h4>Or send me an email:</h4>
<h1>Or send me an email:</h1>
<div class="flex">
<HomeLink
blanked

View File

@@ -74,6 +74,7 @@ defineShortcuts({
:icon="nav.icon"
:target="nav.target ? nav.target : '_self'"
:to="nav.to"
:aria-label="nav.label"
color="white"
size="sm"
label=""
@@ -88,6 +89,7 @@ defineShortcuts({
<UButton
:icon="isDark ? 'i-ph-moon-duotone' : 'i-ph-sun-duotone'"
color="white"
aria-label="switch theme"
size="sm"
variant="solid"
@click="toggleTheme()"