feat: link to repo instead of npmjs.org
This commit is contained in:
parent
91317d2d05
commit
6da86716a8
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ import Card from '../components/Card.astro'
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
newTab
|
newTab
|
||||||
href="https://www.npmjs.com/package/@ayco/astro-sw"
|
href="https://ayco.io/sh/astro-sw#readme"
|
||||||
title="Astro SW"
|
title="Astro SW"
|
||||||
body="Integration to use your service worker with Astro"
|
body="Integration to use your service worker with Astro"
|
||||||
/>
|
/>
|
||||||
|
@ -41,13 +41,13 @@ import Card from '../components/Card.astro'
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
newTab
|
newTab
|
||||||
href="https://www.npmjs.com/package/@ayco/astro-resume"
|
href="https://ayco.io/sh/astro-resume#readme"
|
||||||
title="Astro Resume"
|
title="Astro Resume"
|
||||||
body="Utilities for serializing data from server for use in the client with types preserved across components."
|
body="Utilities for serializing data from server for use in the client with types preserved across components."
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
newTab
|
newTab
|
||||||
href="https://www.npmjs.com/package/generate-timezone-json"
|
href="https://ayco.io/gh/generate-timezone-json"
|
||||||
title="Time Zone JSON Generator"
|
title="Time Zone JSON Generator"
|
||||||
body="Generate a JSON file containing time zones from the official IANA Database or your own zone.tab file"
|
body="Generate a JSON file containing time zones from the official IANA Database or your own zone.tab file"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue