Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit db2602d

Browse files
committed
fix: blurb is not use as meta description
1 parent d7855e4 commit db2602d

File tree

1 file changed

+1
-1
lines changed
  • packages/karbon/src/runtime/composables

1 file changed

+1
-1
lines changed

packages/karbon/src/runtime/composables/seo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function createFirstFound(paths: string[][]) {
4949

5050
const TITLE = [['seo', 'meta', 'title'], ['title'], ['name']]
5151
const DESK_DESCRIPTION = [['deskSEO', 'meta', 'description']]
52-
const DESCRIPTION = [['seo', 'meta', 'description'], ['plaintext'], ...DESK_DESCRIPTION]
52+
const DESCRIPTION = [['blurb'], ['seo', 'meta', 'description'], ['plaintext'], ...DESK_DESCRIPTION]
5353
const OG_TITLE = [['seo', 'og', 'title'], ...TITLE]
5454
const OG_DESK_DESCRIPTION = [['deskSEO', 'og', 'description']]
5555
const OG_DESCRIPTION = [['seo', 'og', 'description'], ...OG_DESK_DESCRIPTION, ...DESCRIPTION]

0 commit comments

Comments
 (0)