blob: bf1bf5b8af4c5eabc64ed37d74d9631dff39ac9b (
plain) (
blame)
1
2
3
4
5
|
---
'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.
|