899214298c
* fix: Do not automatically add trailing slash * Update .changeset/twelve-cooks-tickle.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * fix: change semver Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
5 lines
266 B
Markdown
5 lines
266 B
Markdown
---
|
|
'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.
|