We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e34c0f commit 4fa5e9aCopy full SHA for 4fa5e9a
src/runtime/plugin.template.ts
@@ -1,5 +1,4 @@
1
import { Plugin } from '@nuxt/types'
2
-import { DeliveryClient, ContentItem, MultipleItemQuery } from "@kentico/kontent-delivery"
3
import { NuxtDeliveryClient } from '~deliveryclientruntime/NuxtDeliveryClient'
4
// import CacheService from "~deliveryclientruntime/cacheService"
5
@@ -40,9 +39,6 @@ declare module 'vuex/types/index' {
40
39
}
41
42
const deliveryClientPlugin: Plugin = (context, inject) => {
43
- console.log('Initializing plugin')
44
- console.log('configuration:', config)
45
-
46
const deliveryClient = new NuxtDeliveryClient(config.kenticokontent);
47
48
inject('deliveryclient', deliveryClient)
0 commit comments