feat: link showcase cards to git.ayo.run instead of sr.ht

This commit is contained in:
ayo 2026-03-07 08:50:39 +01:00
parent 87451a1e58
commit da2ffe3bdb

View file

@ -30,7 +30,7 @@ import Card from '../components/Card.astro'
/>
<Card
newTab
href="https://ayco.io/sh/astro-sw#readme"
href="https://git.ayo.run/ayo/astro-sw#readme"
title="Astro SW"
body="Integration to use your service worker with Astro"
/>
@ -42,7 +42,7 @@ import Card from '../components/Card.astro'
/>
<Card
newTab
href="https://ayco.io/sh/astro-resume#readme"
href="https://git.ayo.run/ayo/astro-resume#readme"
title="Astro Resume"
body="Utilities for serializing data from server for use in the client with types preserved across components."
/>