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({
|
||||
|
||||
@@ -6,7 +6,7 @@ import gsap from "gsap";
|
||||
|
||||
const { t } = useI18n();
|
||||
useHead({
|
||||
title: computed(() => `${t("screens.gallery")} - Pihkaal`),
|
||||
title: computed(() => `${t("screens.gallery")} | Pihkaal - Developper`),
|
||||
});
|
||||
|
||||
const { data: images } = await useAsyncData(
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const TITLE = "Pihkaal";
|
||||
const TITLE = "Pihkaal - Developer";
|
||||
const DESCRIPTION =
|
||||
"23yo developer from Brittany. I love programming and taking photos.";
|
||||
const URL = "https://pihkaal.me";
|
||||
|
||||
Reference in New Issue
Block a user