✨ add title to head
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
bc30322593
commit
5c5bc66953
1 changed files with 1 additions and 0 deletions
1
app.vue
1
app.vue
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<head>
|
||||
<link rel="icon" type="image/gif" href="/favicon.gif">
|
||||
<title>Grand Line Webring</title>
|
||||
</head>
|
||||
<NuxtPage />
|
||||
</template>
|
Reference in a new issue