Skip to content

Commit

Permalink
add seo meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
xalidevxx committed Nov 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b9667b1 commit 8e193e7
Showing 3 changed files with 8 additions and 9 deletions.
3 changes: 2 additions & 1 deletion app/app.vue
Original file line number Diff line number Diff line change
@@ -51,8 +51,9 @@ const metaTitle =
'Картонные коробки купить Алматы, Астана, Шымкент - подарочные, упаковочные - Korobka2.kz';
const metaDescription =
'Картонные подарочные и упаковочные коробки, большие и маленькие, в наличии и на заказ, оптом и в розницу, крафтовые, для шаров, доставка по Казахстану.';
const metaImage = 'https://korobka2.kz/icons/icon-512.png';
seSeoMeta({
useSeoMeta({
title: metaTitle,
ogTitle: metaTitle,
description: metaDescription,
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json"
"extends": "./.nuxt/tsconfig.json"
}
11 changes: 5 additions & 6 deletions vuetify.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { defineVuetifyConfiguration } from 'vuetify-nuxt-module/custom-configuration'
import { defineVuetifyConfiguration } from 'vuetify-nuxt-module/custom-configuration';

export default defineVuetifyConfiguration({
// your Vuetify options here
theme: {
defaultTheme: 'dark',
},
})
theme: {
defaultTheme: 'dark',
},
});

0 comments on commit 8e193e7

Please sign in to comment.