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