Skip to content

Commit 0af3848

Browse files
authored
fix(astro): types of override components to optional (#376)
1 parent e93d11a commit 0af3848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)