fix(gallery): missing page title if navigating directly to /gallery
This commit is contained in:
@@ -4,6 +4,10 @@ import type { InternalApi } from "nitropack/types";
|
||||
import { promiseTimeout, useElementSize } from "@vueuse/core";
|
||||
import gsap from "gsap";
|
||||
|
||||
useHead({
|
||||
title: "Gallery - Pihkaal",
|
||||
});
|
||||
|
||||
const { data: images } = await useAsyncData(
|
||||
"gallery",
|
||||
() => $fetch("/api/gallery"),
|
||||
|
||||
Reference in New Issue
Block a user