diff --git a/apps/site/mdx/plugins.mjs b/apps/site/mdx/plugins.mjs index 02166643aaf26..e52eccf5f929c 100644 --- a/apps/site/mdx/plugins.mjs +++ b/apps/site/mdx/plugins.mjs @@ -25,8 +25,7 @@ const singletonShiki = await rehypeShikiji({ // for security reasons. wasm: !OPEN_NEXT_CLOUDFLARE, - // TODO(@avivkeller): Find a way to enable Twoslash w/ a VFS on Cloudflare - twoslash: !OPEN_NEXT_CLOUDFLARE, + twoslash: true, }); /**