feat(seo): 为页面添加SEO元数据配置
This commit is contained in:
@@ -6,4 +6,8 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
// Contact 页面
|
// Contact 页面
|
||||||
|
useSeoMeta({
|
||||||
|
title: 'Contact',
|
||||||
|
description: '联系我们页面',
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -6,4 +6,8 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
// News 页面
|
// News 页面
|
||||||
|
useSeoMeta({
|
||||||
|
title: 'News',
|
||||||
|
description: '新闻页面',
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -6,4 +6,8 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
// Studio 页面
|
// Studio 页面
|
||||||
|
useSeoMeta({
|
||||||
|
title: 'Studio',
|
||||||
|
description: '工作室页面',
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -6,4 +6,8 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
// Work 页面
|
// Work 页面
|
||||||
|
useSeoMeta({
|
||||||
|
title: 'Work',
|
||||||
|
description: '作品页面',
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user