Skip to content

Commit 6ceb0fc

Browse files
authored
Merge branch 'main' into custom-fields
2 parents db9ea50 + 0af3848 commit 6ceb0fc

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)