Skip to content

Commit f8cdbb5

Browse files
committed
fix(layout): add field keywords to AppLayout
1 parent d929a28 commit f8cdbb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/AppLayout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export interface Props {
1111
description: string
1212
author: string
1313
headerCssClasses?: string
14+
keywords?: string[]
1415
}
1516
1617
const { title, description = '', author, headerCssClasses = '' } = Astro.props

0 commit comments

Comments
 (0)