Support Starlight 0.32
The plugin stops working after upgrading from Starlight v0.31.1 to v0.32.0. This is probably because Starlight now accesses the current route's data object via Astro.locals.starlightRoute rather than Astro.props, which was used in the previous version.
Hmm, could you share a reproduction? This package is not specific to Starlight and doesn’t need to access the route data object.
This is a very strange one—the conflict seems to be between Astro Embed 0.9.0 and Starlight Blog 0.17.2's CSS.
The plugin works without Starlight Blog:
However, only the Play text shows when Starlight Blog is installed.
Here's the reproduction:
https://github.com/oluwatobiss/astro-embed-issue-185-reproduction
Going to close this as hopefully fixed by #2905 — happy to see a new issue with a reproduction if folks are still running into this.