diff --git a/packages/astro/astro-jsx.d.ts b/packages/astro/astro-jsx.d.ts index e8b1e5e473..d4672d7628 100644 --- a/packages/astro/astro-jsx.d.ts +++ b/packages/astro/astro-jsx.d.ts @@ -837,7 +837,7 @@ declare namespace astroHTML.JSX { interface LinkHTMLAttributes extends HTMLAttributes { as?: string | undefined | null; - blocking?: 'render' | undefined | null; + blocking?: 'render' | undefined | null; crossorigin?: boolean | string | undefined | null; disabled?: boolean | undefined | null; fetchpriority?: 'auto' | 'high' | 'low' | undefined | null;