Skip to content

Commit 70bee8f

Browse files
authored
Merge pull request #676 from w3bdesign/utvikling
Utvikling
2 parents e2b8aba + 1e1b165 commit 70bee8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/Layout/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<footer
44
class="px-6 text-center bg-white border border-gray-300 rounded-lg shadow-lg"
55
>
6-
<div class="p-6">Copyright &copy; {{ todayDate }} Daniel / w3bdesign</div>
6+
<div class="p-6">Copyright reserved &copy; {{ todayDate }} Daniel / w3bdesign</div>
77
</footer>
88
</div>
99
</template>

vercel.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2+
"version": 2,
23
"builds": [
34
{
45
"src": "nuxt.config.js",
5-
"use": "@nuxtjs/vercel-builder",
6-
"config": {}
6+
"use": "@nuxtjs/vercel-builder"
77
}
88
]
9-
}
9+
}

0 commit comments

Comments
 (0)