feat: add 404 page (#145)

This commit is contained in:
Manuel
2024-02-21 21:24:33 +01:00
committed by GitHub
parent 5d68300600
commit 60dec6e3be
2 changed files with 20 additions and 0 deletions

View File

@@ -350,6 +350,10 @@ export default {
afternoon: "Good afternoon, {username}",
evening: "Good evening, {username}",
},
notFound: {
title: "Not Found",
text: "Could not find requested resource",
},
navbar: {
items: {
home: "Home",