feat: update title
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m21s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m21s
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user