Skip to content

Instantly share code, notes, and snippets.

@FredKSchott
Last active November 10, 2022 00:24
Show Gist options
  • Save FredKSchott/b875fec67552289e75ebc594499ccc32 to your computer and use it in GitHub Desktop.
Save FredKSchott/b875fec67552289e75ebc594499ccc32 to your computer and use it in GitHub Desktop.
shiki ssr issue
---
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