this repo has no description
0
fork

Configure Feed

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

Fix slot from CodeHeading

+1 -3
+1 -3
src/components/blog/CodeHeading.astro
··· 9 9 --- 10 10 11 11 <template id="code-heading"> 12 - <!-- slots need to be set using set:html 13 - else it is treated as astro slot --> 14 - <span class="lang"><Fragment set:html={"<slot>.txt</slot>"} /></span> 12 + <span class="lang"><slot is:inline>.txt</slot></span> 15 13 <span id="copied" style="visibility:hidden" role="alert">Copied!</span> 16 14 <button id="copy"><Copy /></button> 17 15