feat: link showcase cards to git.ayo.run instead of sr.ht
This commit is contained in:
parent
87451a1e58
commit
da2ffe3bdb
1 changed files with 2 additions and 2 deletions
|
|
@ -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."
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue