mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Add more SEO metadata to all pages
This commit is contained in:
parent
5a6a7d4fdd
commit
a19339bd33
14 changed files with 58 additions and 5 deletions
|
|
@ -24,6 +24,10 @@ import {
|
|||
SettingType,
|
||||
} from "~/settings.ts";
|
||||
|
||||
useHead({
|
||||
title: "Preferences",
|
||||
});
|
||||
|
||||
definePageMeta({
|
||||
layout: "app",
|
||||
breadcrumbs: [
|
||||
|
|
|
|||
|
|
@ -26,6 +26,10 @@ import { Search } from "lucide-vue-next";
|
|||
import Category from "~/components/preferences/emojis/category.vue";
|
||||
import { Input } from "~/components/ui/input";
|
||||
|
||||
useHead({
|
||||
title: "Emoji Preferences",
|
||||
});
|
||||
|
||||
definePageMeta({
|
||||
layout: "app",
|
||||
breadcrumbs: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue