Skip to content

Commit

Permalink
doc: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Aug 20, 2024
1 parent f9c62c7 commit 57a8ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const registry = useScriptsRegistry()
const breakpoints = useBreakpoints(breakpointsTailwind)
useSeoMeta({
title: 'Third-Party Scripts Meets Nuxt DX.',
description: 'Nuxt Scripts lets you load third-party scripts better performance, privacy, security and DX. It includes many popular third-parties out of the box.',
title: 'Third-Party Scripts Meets Nuxt DX',
description: 'Better performance, privacy, security and DX for third-party scripts.',
})
defineOgImageComponent('Home')
Expand Down Expand Up @@ -237,7 +237,7 @@ const contributors = useRuntimeConfig().public.contributors
>
<template #title>
<div class="leading-tight">
<span class="text-primary">Third-Party Scripts </span><br> Meets Nuxt DX.
<span class="text-primary">Third-Party Scripts </span><br> Meets Nuxt DX
</div>
</template>

Expand Down

0 comments on commit 57a8ab6

Please sign in to comment.