We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d47d7 commit 15a8ec9Copy full SHA for 15a8ec9
packages/site-kit/src/lib/markdown/renderer.ts
@@ -134,7 +134,7 @@ export async function render_content_markdown(
134
const highlighter = await twoslash_module.createShikiHighlighter({ theme: 'css-variables' });
135
136
const { type_links, type_regex } = create_type_links(modules, resolveTypeLinks);
137
- const SNIPPET_CACHE = await create_snippet_cache(false);
+ const SNIPPET_CACHE = await create_snippet_cache(cacheCodeSnippets);
138
139
body = await replace_export_type_placeholders(body, modules);
140
0 commit comments