|
|
|
|
|
by dimitrisnl
372 days ago
|
|
I tried various astro sites, and as a user, a few things keep bugging me.
- Visit their docs https://docs.astro.build/en/basics/astro-pages/
- Click `Routes` in the navigation Now:
1. There's a flicker in the content where the sidebar moves on the left
2. The title displays `docs.astro.build` for a split second before it says "Routing | Docs" Especially the second is quite annoying. I see it in every Astro site. |
|
The flicker seems to be because the collapsible nav items are done on the client, and closed by default.
I'm not sure where the title issues are coming from.