From f23ba96cc9bcdeace355cd28e297a0c7f87b0b4f Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Wed, 22 Apr 2026 14:25:08 -0400 Subject: [PATCH] WIP(testing) Signed-off-by: Aviv Keller --- apps/site/mdx/plugins.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, }); /**