website

#astro#js#html#css

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

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


b3500fePeter John 2024-12-16T23:09:11+05:30
fix copyright link
src/lib/components/Copyright.svelte CHANGED
@@ -2,7 +2,7 @@
2
2
  >Copyright © {new Date().getFullYear()}
3
3
  <a
4
4
  class="decoration-2 underline underline-offset-2 font-medium hover:text-gray-400 hover:decoration-gray-400"
5
- href="https://github.com/pyrossh"
5
+ href="https://git.sr.ht/~pyrossh/"
6
6
  >
7
7
  pyrossh
8
8
  </a>