shortcircuit

Results 23 comments of shortcircuit

This code works without the delay loader. ```js exports.onRenderBody = ({ setPostBodyComponents }) => { const attachCode = ` window.analytics.ready(function () { // debugger; console.log('segment is ready', ga); // How...

I tired to add the code but couldnt get it working. THoughts on how i should approach? in plugin options ``` onReady: () => { console.log('ready') } ``` ```diff const...