my website, hosted on wisp.place
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: comment lazy loading

authored by

devin and committed by
GitHub
50b8b892 f8a89a4d

+1
+1
src/components/Comments.astro
··· 16 16 script.setAttribute("data-input-position", "bottom"); 17 17 script.setAttribute("data-theme", "https://devins.page/sc-giscus.css"); 18 18 script.setAttribute("data-lang", "en"); 19 + script.setAttribute("data-loading", "lazy"); 19 20 script.crossOrigin = "anonymous"; 20 21 document.body.appendChild(script); 21 22 }