summaryrefslogtreecommitdiff
path: root/.changeset/twelve-cooks-tickle.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/twelve-cooks-tickle.md')
-rw-r--r--.changeset/twelve-cooks-tickle.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/.changeset/twelve-cooks-tickle.md b/.changeset/twelve-cooks-tickle.md
deleted file mode 100644
index bf1bf5b8a..000000000
--- a/.changeset/twelve-cooks-tickle.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': major
----
-
-A trailing slash will not be automatically appended to `import.meta.env.SITE`. Instead, it will be the value of the `site` config as is. This may affect usages of `${import.meta.env.SITE}image.png`, which will need to be updated accordingly.