Bryce Russell

Results 9 comments of Bryce Russell

`` elements require a `` parent and `` elements can be used inside ``, ``, ``, or directly inside ``, so the table above should be a valid table. [The...

@millette This only happens on the dev server, if you build/preview it should generate a `/_astro/` image To use a local image you can import it and use it like...

Awesome stuff! Here is a preview of what the scrollbars look like for me on Windows/Firefox: ![image](https://github.com/withastro/starlight/assets/19967622/259214af-025f-4078-8519-76e3362e3df2) ![image](https://github.com/withastro/starlight/assets/19967622/5779d9e0-09cb-4143-8cb8-6817bb414d15)

One downside to this is that users have to manually update the path every time the favicon is updated. Another way of doing this is using an imported image, which...

Awesome! I will be publishing ATP v0.3.0 soon, after that is published and #45 is merged, I want to start working on a draft for this. Is that ok?

Maybe the execution of `addDts` could be delayed using a hook (like [`configResolved`](https://vitejs.dev/guide/api-plugin.html#configresolved)) inside a Vite plugin so that it can stay inside `astro:config:setup`

Ya, I will see if I can update

Hello :wave: Where is your `title` defined? Is it inside the frontmatter of a Content Collection? You can use slots to override the default HTML for the Breadcrumbs. I haven't...

Hey @eric-burel thanks for opening a PR on this! I tried reproducing this locally, but I couldn't get it to break. The dev server is restarting, and types are updating...