My landing page, written in Astro hayden.moe
0
fork

Configure Feed

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

chore: ignore ts error on wasm import

+1
+1
src/pages/posts/[rkey].astro
··· 10 10 11 11 const rkey = Astro.params.rkey; 12 12 13 + // @ts-ignore 13 14 loadWasm(await import('shiki/onig.wasm')); 14 15 15 16 const markdownProcessor = await createMarkdownProcessor();