mirror of
https://github.com/Nezumi-2711/Sink.git
synced 2026-09-22 13:48:35 +00:00
fix: Update SEO meta tags in app.vue
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script setup>
|
||||
const { title, description, image } = useAppConfig()
|
||||
useServerSeoMeta({
|
||||
title,
|
||||
useSeoMeta({
|
||||
title: title + ' - ' + description,
|
||||
description,
|
||||
ogType: 'website',
|
||||
ogTitle: title,
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import withNuxt from './.nuxt/eslint.config.mjs'
|
||||
export default withNuxt(
|
||||
// antfu(),
|
||||
{
|
||||
ignores: ['components/ui', 'scripts/build-map.js'],
|
||||
ignores: ['components/ui'],
|
||||
},
|
||||
{
|
||||
rules: {
|
||||
|
||||
Reference in New Issue
Block a user