diff --git a/.changeset/olive-tomatoes-jog.md b/.changeset/olive-tomatoes-jog.md new file mode 100644 index 000000000000..1dac1665ed61 --- /dev/null +++ b/.changeset/olive-tomatoes-jog.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix missing types.d.ts in npm package diff --git a/examples/minimal/src/pages/index.astro b/examples/minimal/src/pages/index.astro index 3fba466cbaed..7264ff502db6 100644 --- a/examples/minimal/src/pages/index.astro +++ b/examples/minimal/src/pages/index.astro @@ -10,7 +10,6 @@
BASE_URL: {import.meta.env.BASE_URL}
+