~repos /website

#astro#js#html#css

git clone https://pyrossh.dev/repos/website.git

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


6edde0e4 Peter John

11 months ago
fix header link
Files changed (1) hide show
  1. src/lib/components/Header.svelte +1 -1
src/lib/components/Header.svelte CHANGED
@@ -17,7 +17,7 @@
17
17
  <div>|</div>
18
18
  <a href="/posts" class:underline={isActive('/posts')} rel="prefetch"> posts </a>
19
19
  <div>|</div>
20
- <a href="https://github.com/pyrossh/pyrossh.dev"> code </a>
20
+ <a href="https://git.sr.ht/~pyrossh/"> code </a>
21
21
  </div>
22
22
  </div>
23
23
  </nav>