Skip to content

Commit 8ad772e

Browse files
committed
docs: fix providers list
1 parent a872822 commit 8ad772e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ useSeoMeta({
1616
const source = ref('npm i @nuxt/image')
1717
const { copy, copied } = useClipboard({ source })
1818
19-
const providers = ['caisy', 'bunny', 'cloudflare', 'cloudimage', 'cloudinary', 'directus', 'edgio', 'fastly', 'glide', 'gumlet', 'hygraph', 'imageengine', 'imagekit', 'imgix', 'ipx', 'netlify', 'netlifyImageCdn', 'netlifyLargeMedia', 'prepr', 'prismic', 'sanity', 'storyblok', 'strapi', 'twicpics', 'unsplash', 'uploadcare', 'vercel', 'weserv']
19+
const providers = ['caisy', 'bunny', 'cloudflare', 'cloudimage', 'cloudinary', 'directus', 'edgio', 'fastly', 'glide', 'gumlet', 'hygraph', 'imageengine', 'imagekit', 'imgix', 'ipx', 'netlify', 'prepr', 'prismic', 'sanity', 'storyblok', 'strapi', 'twicpics', 'unsplash', 'uploadcare', 'vercel', 'weserv']
2020
// Disabling because svg to png does not work now with SSG
2121
// Related issue: https://github.com/unjs/ipx/issues/160
2222
// const img = useImage()

0 commit comments

Comments
 (0)