feat: add favicon + enable page routing

This commit is contained in:
mrjvs 2025-04-09 13:15:30 +02:00
parent 306fd0ff7e
commit 386fccb182
3 changed files with 7 additions and 6 deletions

View File

@ -1,6 +0,0 @@
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
</template>

7
src/pages/index.vue Normal file
View File

@ -0,0 +1,7 @@
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
</template>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB