window.onload = function()

in config/ssrTemplate.js [59:64]


        window.onload = function() {
          if (window.location.host.endsWith(".netlify.app")) {
            var dom = document.querySelector("#__docusaurus");
            dom.insertAdjacentHTML('afterend', '<div style="text-align: right;padding: 48px 32px 48px 0;">This site is powered by <a href="https://www.netlify.com/" target="_blank">Netlify</a></div>');
          }
        }