a tool for shared writing and social publishing
0
fork

Configure Feed

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

indent script

+9 -9
+9 -9
app/layout.tsx
··· 39 39 <script 40 40 dangerouslySetInnerHTML={{ 41 41 __html: ` 42 - let listener = () => { 43 - let el = document.querySelector(":root"); 44 - el.style.setProperty("--page-height-unitless", window.innerHeight) 45 - el.style.setProperty("--page-width-unitless", window.innerWidth) 46 - } 47 - listener() 48 - window.addEventListener("resize", listener) 49 - `, 42 + let listener = () => { 43 + let el = document.querySelector(":root"); 44 + el.style.setProperty("--page-height-unitless", window.innerHeight) 45 + el.style.setProperty("--page-width-unitless", window.innerWidth) 46 + } 47 + listener() 48 + window.addEventListener("resize", listener) 49 + `, 50 50 }} 51 - ></script> 51 + /> 52 52 <Analytics /> 53 53 <ServiceWorker /> 54 54 <InitialPageLoad>