Skip to content

Commit a49cade

Browse files
committed
chore(client): fix types issue
1 parent f292e0d commit a49cade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vuepress/client/src/injections/pageHead.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const resolvePageHead = (
3535
? frontmatter.description
3636
: siteLocale.description
3737

38-
const head = [
38+
const head: HeadConfig[] = [
3939
...(isArray(frontmatter.head) ? frontmatter.head : []),
4040
...siteLocale.head,
4141
['title', {}, headTitle],

0 commit comments

Comments
 (0)