Skip to content

Commit 1a7e3c4

Browse files
committed
Back to normal
1 parent 45bae75 commit 1a7e3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/svelte.dev/src/lib/server/renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { renderContentMarkdown, slugify } from '@sveltejs/site-kit/markdown';
88
*/
99
export const render_content = (filename, body) =>
1010
renderContentMarkdown(filename, body, {
11-
cacheCodeSnippets: !!1,
11+
cacheCodeSnippets: true,
1212
modules,
1313

1414
resolveTypeLinks: (module_name, type_name) => {

0 commit comments

Comments
 (0)