From 6689536762d97cfd6567fb4e191ed6057e7589b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Sat, 9 Dec 2023 17:22:08 -0500 Subject: [PATCH] refactor(pages): migrate page titles to usehead --- pages/authors.vue | 3 +++ pages/bands.vue | 5 ++++- pages/new-story.vue | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pages/authors.vue b/pages/authors.vue index 97b3ffd..4aace85 100644 --- a/pages/authors.vue +++ b/pages/authors.vue @@ -12,6 +12,9 @@ // console.log("d_u", data?.user?.subscriptions) const hider = subscriptions; if (authors.value == null) authors.value = []; + useHead({ + title: "Authors", + });