We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a872822 commit 8ad772eCopy full SHA for 8ad772e
1 file changed
docs/pages/index.vue
@@ -16,7 +16,7 @@ useSeoMeta({
16
const source = ref('npm i @nuxt/image')
17
const { copy, copied } = useClipboard({ source })
18
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']
+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']
20
// Disabling because svg to png does not work now with SSG
21
// Related issue: https://github.com/unjs/ipx/issues/160
22
// const img = useImage()
0 commit comments