Csanád Kiss-Máté
Csanád Kiss-Máté
> Hi, > It would be very convenient for me if koa-session supported the `domain` directive in it's config. > I'm happy to implement and PR if neccessary. Hi, I...
Sorry, sadly I cannot link my current code. But I dug into the module code last night, and saw that the timeout is set to 250ms. In my case, a...
Mostly in asyncData, but I'm experiencing the title issue on pages without asyncData or fetch too.
My page titles mostly don't depend on `asyncData` or `fetch`, they are typed in the `head()` of the page components. Is this maybe a bad practice? What I observed, is...
Sure! Here are the two pages, which I used as an example in the opening comment: https://gist.github.com/traubisoda/d5a83eeb7a02e77bcad5def857d27927
I added it to the gist: https://gist.github.com/traubisoda/d5a83eeb7a02e77bcad5def857d27927
Hmm, that's strange, it's not undefined for me. Did you maybe use `head: {...}` and not `head() {...}` in your page? Your code works for both cases though :)
Well I kinda already worked my way around the issue with the `pageview.js`, the issue that I opened was regarding the original auto tracking feature of the gtm-module.