diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-10-13 19:50:31 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-10-13 19:50:31 +0200 |
commit | 322284c66e91e7314f33cbb52ed1b10bef9c6e99 (patch) | |
tree | 6276bd6b7c22f6353b102db75f38f89dc1df1fcb /layouts/error.vue | |
parent | 8225edeae6c6a6696e3bf1bbd25695f7088f96d7 (diff) |
Add title on 404/401 page
Diffstat (limited to 'layouts/error.vue')
-rw-r--r-- | layouts/error.vue | 1 |
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(); |