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