Closed
Description
Hi there, wondering if this has support for Nuxt/SSR?
I am working to move over to ImageKit from Cloudinary, and this is how I added a Cloudinary plugin to SSR support:
import Vue from 'vue';
import Cloudinary, { CldImage, CldTransformation } from 'cloudinary-vue';
Vue.use(Cloudinary, {
configuration: { cloudName: process.env.CLOUDINARY_NAME },
components: [ CldImage, CldTransformation ]
})
It would be great if ImageKit offered something similar. Thanks!
Metadata
Metadata
Assignees
Labels
No labels