Skip to content

Commit

Permalink
Ensure pages have a description
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonBledsoe committed Nov 28, 2024
1 parent 1261afa commit b1e17ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/nuxt-blog-starter/pages/[...slug].vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<Head>
<Title>{{ data.page?.title }}</Title>
<Meta name="description" :content="data.page?.description" />
</Head>
<Header :data="data"></Header>
<main class="pt-8 pb-16 lg:pt-16 lg:pb-24 bg-white dark:bg-gray-900 antialiased">
Expand Down

0 comments on commit b1e17ed

Please sign in to comment.