Skip to content

Commit 35c84c5

Browse files
committed
docs(app): wrong og image on components index page
1 parent 2a5fbc8 commit 35c84c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/pages/docs/[...slug].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ useSeoMeta({
6161
ogDescription: description
6262
})
6363
64-
if (route.path.startsWith('/docs/components')) {
64+
if (route.path.startsWith('/docs/components/')) {
6565
defineOgImageComponent('OgImageComponent', {
6666
title: page.value.title,
6767
description: page.value.description,

0 commit comments

Comments
 (0)