Skip to content

Commit 606d5ca

Browse files
committed
docs: landing title & description
1 parent 5347c7b commit 606d5ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/app/pages/index.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<script setup lang="ts">
2+
useSeoMeta({
3+
title: 'Nuxt Content made easy for Vue Developers',
4+
description: 'Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv and .json files to create a powerful data layer for your application. Use Vue components in Markdown with the MDC syntax.',
5+
})
26
const { data: page } = await useAsyncData('index', () => queryCollection('content').first())
37
if (!page.value) {
48
throw createError({ statusCode: 404, statusMessage: 'Page not found', fatal: true })

0 commit comments

Comments
 (0)