feat: update title
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m21s

This commit is contained in:
2026-03-16 13:49:43 +01:00
parent ab6e6200dc
commit 55798b5490
3 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,8 @@ const { locale } = useI18n();
const app = useAppStore();
const pageTitle = computed(() => {
if (!app.booted) return "Pihkaal";
return `${$t(`screens.${app.screen}`)} - Pihkaal`;
if (!app.booted) return "Pihkaal - Developer";
return `${$t(`screens.${app.screen}`)} | Pihkaal - Developer`;
});
useHead({