Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Oct 1, 2024
1 parent e6d47d7 commit 15a8ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site-kit/src/lib/markdown/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export async function render_content_markdown(
const highlighter = await twoslash_module.createShikiHighlighter({ theme: 'css-variables' });

const { type_links, type_regex } = create_type_links(modules, resolveTypeLinks);
const SNIPPET_CACHE = await create_snippet_cache(false);
const SNIPPET_CACHE = await create_snippet_cache(cacheCodeSnippets);

body = await replace_export_type_placeholders(body, modules);

Expand Down

0 comments on commit 15a8ec9

Please sign in to comment.