We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93d11a commit 0af3848Copy full SHA for 0af3848
packages/astro/src/vite-plugins/override-components.ts
@@ -71,7 +71,7 @@ export interface OverrideComponentsOptions {
71
* <slot name="meta" />
72
* ```
73
*/
74
- HeadTags: string;
+ HeadTags?: string;
75
}
76
77
interface Options {
0 commit comments