Update seo tags
This commit is contained in:
@@ -5,6 +5,14 @@ import { VueQueryDevtools } from "@tanstack/vue-query-devtools";
|
||||
|
||||
// state
|
||||
|
||||
useSeoMeta({
|
||||
titleTemplate: (titleChunk) => {
|
||||
return titleChunk ? `${titleChunk} | فروشگاه هی ملز` : "فروشگاه هی ملز";
|
||||
},
|
||||
ogImage: "/img/heymlz/global-cover.jpg",
|
||||
twitterImage: "/img/heymlz/global-cover.jpg",
|
||||
});
|
||||
|
||||
const { $updateAvailable: updateAvailable, $handleUpdate: handleUpdate } = useNuxtApp();
|
||||
|
||||
const closeModal = () => {
|
||||
|
||||
Reference in New Issue
Block a user