Skip to content

Commit f23ba96

Browse files
authored
WIP(testing)
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 524e64b commit f23ba96

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/site/mdx/plugins.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ const singletonShiki = await rehypeShikiji({
2525
// for security reasons.
2626
wasm: !OPEN_NEXT_CLOUDFLARE,
2727

28-
// TODO(@avivkeller): Find a way to enable Twoslash w/ a VFS on Cloudflare
29-
twoslash: !OPEN_NEXT_CLOUDFLARE,
28+
twoslash: true,
3029
});
3130

3231
/**

0 commit comments

Comments
 (0)