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 ae9d0c0 commit e6fca80Copy full SHA for e6fca80
lib/templates/plugin.template.js
@@ -5,7 +5,7 @@ export default (ctx, inject) => {
5
// Create new delivery client Instance
6
let settings = JSON.parse('KENTICOOPTIONS');
7
8
- // Add tracking header
+ // Add tracking header: https://github.com/Domitnator/kentico-kontent-nuxt-module/issues/10
9
settings = Object.assign({}, settings, {
10
globalQueryConfig: {
11
customHeaders: [
0 commit comments