✨ 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>
|
<template>
|
||||||
<head>
|
<head>
|
||||||
<link rel="icon" type="image/gif" href="/favicon.gif">
|
<link rel="icon" type="image/gif" href="/favicon.gif">
|
||||||
|
<title>Grand Line Webring</title>
|
||||||
</head>
|
</head>
|
||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
</template>
|
</template>
|
Reference in a new issue