feat(i18n): remove title in contact and i18nize the page titles

This commit is contained in:
2026-02-26 19:55:24 +01:00
parent 05d34811d3
commit ec75f4777b
4 changed files with 23 additions and 5 deletions

View File

@@ -4,8 +4,9 @@ import type { InternalApi } from "nitropack/types";
import { promiseTimeout, useElementSize } from "@vueuse/core";
import gsap from "gsap";
const { t } = useI18n();
useHead({
title: "Gallery - Pihkaal",
title: computed(() => `${t("screens.gallery")} - Pihkaal`),
});
const { data: images } = await useAsyncData(