Chris Swithinbank
Chris Swithinbank
Thanks again for the repro. I can confirm I’m seeing the bug on StackBlitz, but I’m a bit baffled as to why. I’ve tried various versions including the exact same...
Hey — sorry, haven’t had time to dedicate to this unfortunately. As I mentioned above: > Might need to dig in to astro-embed to add some logging and see if...
Hi @hyperknot could you provide a reproduction? Or link to a repo and action runs that have this error? I have some test sites deployed with pnpm and the action...
No problem. I’ll close this issue for now then and we’ll see if anyone else runs into it. Thanks for letting me know!
This was recently removed (the Italian needs updating to remove it too). As these are standard Rollup options ([`assetFileNames`](https://rollupjs.org/configuration-options/#output-assetfilenames), [`chunkFileNames`](https://rollupjs.org/configuration-options/#output-chunkfilenames), and [`entryFileNames`](https://rollupjs.org/configuration-options/#output-entryfilenames)), not unique to Astro, and it’s a fairly...
> it would be useful to explain why filenames like this appear: > `Layout.astro_astro_type_script_index_0_lang.DulELbMk.js` > even for something as simple as `` Is that when running `astro build`? That looks...
Ah, yes, looks like this is not so uncommon. For example, the docs site currently loads `/_astro/Search.astro_astro_type_script_index_0_lang.ByHJUbA9.js`. I misremembered those names being a bit shorter. The short story is: Astro...
Spent a bit of time revisiting this PR and feeling quite positive about the idea. Made the following adjustments, which helps it feel better: 1. I pulled 404 route data...
Context from today’s work: fixed type checks by moving around some code. Basically the issue was that this PR exposes the `StarlightRouteData` type ambiently in `App.Locals`, but that type was...
As this PR is going to impact plugin authors as well as regular Starlight users I wanted to give @HiDeoo, @martrapp, @Fevol, @trueberryless, and @lorenzolewis and extra heads up in...