diff --git a/packages/website/src/components/Highlight.astro b/packages/website/src/components/Highlight.astro index e8f0586b..a5e737cf 100644 --- a/packages/website/src/components/Highlight.astro +++ b/packages/website/src/components/Highlight.astro @@ -24,6 +24,7 @@ height: 180vh; } } +
diff --git a/packages/website/src/components/LandingPage.astro b/packages/website/src/components/LandingPage.astro index a80a43ae..3650741b 100644 --- a/packages/website/src/components/LandingPage.astro +++ b/packages/website/src/components/LandingPage.astro @@ -3,6 +3,7 @@ import FeatureCard from './FeatureCard.astro'; import Section from './Section.astro'; import Highlight from './Highlight.astro'; import AstroShowcase from './AstroShowcase.astro'; +import {Content as CodeBlock} from './codeblock.mdx'; ---