astroturfcss / astroturf

Better Styling through Compiling: CSS-in-JS for those that want it all.
https://astroturfcss.github.io/astroturf/
MIT License
2.28k stars 60 forks source link

docs: Fix broken nav links #692

Closed lostfictions closed 3 years ago

lostfictions commented 3 years ago

Sidebar nav items weren't using Gatsby's Link, so weren't picking up the pathPrefix in the config and were 404ing. This should fix that. (But note that for some reason yarn build failed for me locally so I can't validate this fix.)

lostfictions commented 3 years ago

Incidentally, looks like the logo at the site root isn't picking up the font anymore for some reason: image

I see the same issue at https://astroturf.netlify.app/ so I don't think it's related to the prefix.

jquense commented 3 years ago

lol the svg must contain actual text, not a path, that's silly. will fix

lostfictions commented 3 years ago

Cool! Sidebar links still 404 for me unfortunately -- not sure if there's CI for the site set up or if there's a manual build step currently