You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Kentico Kontent super power to your nuxt app:fire:
7
7
8
8
## Features
9
9
@@ -20,7 +20,7 @@ npm i rxjs --save (because this is a peer dependency of the Kentico Kontent Deli
20
20
21
21
- Add `kentico-kontent-nuxt-module` to `modules` section of `nuxt.config.js`
22
22
23
-
```js
23
+
```json
24
24
/*
25
25
** Nuxt.js modules
26
26
*/
@@ -40,6 +40,9 @@ npm i rxjs --save (because this is a peer dependency of the Kentico Kontent Deli
40
40
enableSecuredMode: true
41
41
},
42
42
```
43
+
> Note: See [the client configuration section](https://github.com/Kentico/kontent-delivery-sdk-js/blob/master/DOCS.md#client-configuration) of the Kentico Kontent Delivery SDK for all available configuration options.
0 commit comments