Last active
November 10, 2022 00:24
-
-
Save FredKSchott/b875fec67552289e75ebc594499ccc32 to your computer and use it in GitHub Desktop.
shiki ssr issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
import { Code } from "astro/components"; | |
--- | |
<!-- This breaks when deployed to Vercel! --> | |
<Code lang="ts" code={`// Test`} /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment