Skip to content

Commit

Permalink
docs: add imagekit documentation (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed May 31, 2021
1 parent af673d1 commit e71311f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/pages/en/4.providers/imagekit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: ImageKit Provider
description: "Nuxt Image has first class integration with ImageKit"
navigation:
title: ImageKit
---

Integration between [ImageKit](https://docs.imagekit.io/) and the image module.

To use this provider you just need to specify the base url of your service in ImageKit (don't forget to add your [ImageKit ID](https://docs.imagekit.io/integration/url-endpoints#default-url-endpoint)).

```js{}[nuxt.config.js]
export default {
image: {
imagekit: {
baseURL: 'https://ik.imagekit.io/your_imagekit_id'
}
}
}
```

0 comments on commit e71311f

Please sign in to comment.