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 e6fca80 commit df65c20Copy full SHA for df65c20
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: https://github.com/Domitnator/kentico-kontent-nuxt-module/issues/10
+ // Add tracking header
9
settings = Object.assign({}, settings, {
10
globalQueryConfig: {
11
customHeaders: [
0 commit comments