summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/old-walls-draw.md5
-rw-r--r--packages/astro/astro-jsx.d.ts1
2 files changed, 6 insertions, 0 deletions
diff --git a/.changeset/old-walls-draw.md b/.changeset/old-walls-draw.md
new file mode 100644
index 000000000..cda5405b3
--- /dev/null
+++ b/.changeset/old-walls-draw.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Added missing `media` attributes from the JSX definitions for the `meta` element
diff --git a/packages/astro/astro-jsx.d.ts b/packages/astro/astro-jsx.d.ts
index cf76e6e58..2f01aafe4 100644
--- a/packages/astro/astro-jsx.d.ts
+++ b/packages/astro/astro-jsx.d.ts
@@ -820,6 +820,7 @@ declare namespace astroHTML.JSX {
content?: string | URL | undefined | null;
'http-equiv'?: string | undefined | null;
name?: string | undefined | null;
+ media?: string | undefined | null;
}
interface MeterHTMLAttributes extends HTMLAttributes {