Skip to content

Commit 8fe131a

Browse files
authored
Merge branch 'main' into doc-meta
2 parents 9174bd4 + 0af3848 commit 8fe131a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/src/vite-plugins/override-components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export interface OverrideComponentsOptions {
7171
* <slot name="meta" />
7272
* ```
7373
*/
74-
HeadTags: string;
74+
HeadTags?: string;
7575
}
7676

7777
interface Options {

0 commit comments

Comments
 (0)