Skip to content

Commit 15a8ec9

Browse files
committed
revert
1 parent e6d47d7 commit 15a8ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/site-kit/src/lib/markdown/renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export async function render_content_markdown(
134134
const highlighter = await twoslash_module.createShikiHighlighter({ theme: 'css-variables' });
135135

136136
const { type_links, type_regex } = create_type_links(modules, resolveTypeLinks);
137-
const SNIPPET_CACHE = await create_snippet_cache(false);
137+
const SNIPPET_CACHE = await create_snippet_cache(cacheCodeSnippets);
138138

139139
body = await replace_export_type_placeholders(body, modules);
140140

0 commit comments

Comments
 (0)