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

gh-pages: Links in nav are broken #694

Closed golopot closed 3 years ago

golopot commented 3 years ago

Steps to reproduce:

  1. Go to https://4catalyzer.github.io/astroturf/introduction/
  2. Click link "setup" in nav.
  3. Observe browser go to https://4catalyzer.github.io/setup , which is wrong.

Ways to fix:

  1. Use full path href="/astroturf/setup"
  2. Use relative path href="../setup" (the .. is needed because the urls for pages always have trailing slash.)
jquense commented 3 years ago

oops forgot to deploy the fix. updated now