Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
quadratz committed May 29, 2024
1 parent b78c988 commit ac64a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/api/components/CodeBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export function CodeBlock({ children }: { children?: ComponentChildren }) {
<div class="language-ts vp-adaptive-theme">
<button title="Copy Code" class="copy"></button>
<span class="lang">ts</span>
{"\n\n"}
<pre class="shiki shiki-themes github-light github-dark vp-code">
<code style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">{children}</code>
</pre>
Expand Down

0 comments on commit ac64a55

Please sign in to comment.