summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-10-13 19:50:31 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-10-13 19:50:31 +0200
commit322284c66e91e7314f33cbb52ed1b10bef9c6e99 (patch)
tree6276bd6b7c22f6353b102db75f38f89dc1df1fcb
parent8225edeae6c6a6696e3bf1bbd25695f7088f96d7 (diff)
Add title on 404/401 page
-rw-r--r--layouts/error.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/error.vue b/layouts/error.vue
index f84ee29..a5e9b70 100644
--- a/layouts/error.vue
+++ b/layouts/error.vue
@@ -13,6 +13,7 @@
<script>
export default {
+ head: { title: "Error ยท Verden" },
methods: {
goback() {
window.history.back();