astro/.changeset
Vincent Tavernier e58a92527f
[@astrojs/image] Handle missing trailing slash in processStaticImage (#6421)
The code path changed by this commit isn't only taken when running using Vite. If the site is configured with a base url which is different from `/` but does **not** end with `/` (for example, because `trailingSlash` is set to `never`), the `- 1` results in an off-by-one error when truncating the URL.

By checking if the base url ends with `/`, we can determine the right length for the prefix to truncate.
2023-03-07 13:00:34 -05:00
..
config.json Fix changeset run (#6442) 2023-03-07 14:50:34 +08:00
eleven-mugs-flash.md [@astrojs/image] Handle missing trailing slash in processStaticImage (#6421) 2023-03-07 13:00:34 -05:00
flat-candles-glow.md Add getStaticPaths type helpers to infer params and props (#6150) 2023-03-06 11:38:42 -05:00
gold-rocks-cry.md Implement RFC "A core story for images" (#6344) 2023-03-07 16:12:21 +01:00
heavy-kids-heal.md Expose the ssr manifest (#6435) 2023-03-07 11:35:54 -05:00
old-rivers-remember.md feat(cli): add help flags to various commands (#6394) 2023-03-06 16:58:56 +00:00
README.md Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
six-moons-taste.md feat(cli): add --watch to astro check command (#6356) 2023-03-07 06:55:41 +00:00
wicked-pumpkins-punch.md Update compilation target for Node 16 (#6213) 2023-03-06 13:57:16 -05:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation