Skip to content

Commit

Permalink
Provider links
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Jan 19, 2025
1 parent c5eaffe commit 59757ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/src/content/docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ frameworks.
[Astro](/img/astro/)[Lit](/img/lit/)[Preact](/img/preact/)
[Qwik](/img/qwik/)[React](/img/react/)[Solid](/img/solid/)
[Svelte](/img/svelte/)[Vue](/img/vue/)[WebC](/img/webc/)
- See the list of [supported image providers](/providers/), including CMSs,
hosting providers and image CDNs.
- Use [unpic lib](/lib) to detect and generate URLs for image CDNs and CMSs.
- Use [unpic placeholder](/placeholder/) to generate placeholders for
lazy-loaded images.
Expand Down
7 changes: 6 additions & 1 deletion docs/src/pages/providers/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ const providers = Object.entries(SupportedProviders).sort((a, b) =>
{
providers.map(([id, name]) => (
<li>
<a href={`providers/${id}`}>{name}</a>
<a href={`/providers/${id}`}>{name}</a>
<br />
Provider:
<code>
<a href={`/providers/${id}`}>{id}</a>
</code>
</li>
))
}
Expand Down

0 comments on commit 59757ee

Please sign in to comment.