File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,3 +49,6 @@ stats.html
4949
5050# sanity generated schema
5151schema.json
52+
53+ # lighthouse
54+ .unlighthouse
Original file line number Diff line number Diff line change @@ -78,8 +78,6 @@ const pageTitle = Astro.url.pathname === "/" ? title : `${title} · Namesake`;
7878 title =" Namesake"
7979 href ={ new URL (" rss.xml" , Astro .site )}
8080 />
81- <script is:inline async defer src =" https://embeds.every.org/0.4/button.js"
82- ></script >
8381 </head >
8482 <body data-color ={ color } >
8583 <Header />
@@ -89,9 +87,9 @@ const pageTitle = Astro.url.pathname === "/" ? title : `${title} · Namesake`;
8987 <Footer />
9088 <script >
9189 // Print media lazy-loading bypass
92- window.addEventListener(' beforeprint' , () => {
93- document.querySelectorAll(' img[loading]' ).forEach(img => {
94- img.removeAttribute(' loading' );
90+ window.addEventListener(" beforeprint" , () => {
91+ document.querySelectorAll(" img[loading]" ).forEach(( img) => {
92+ img.removeAttribute(" loading" );
9593 });
9694 });
9795 </script >
You can’t perform that action at this time.
0 commit comments