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 8f4e96b commit 71105bfCopy full SHA for 71105bf
packages/rehype-shiki/src/index.mjs
@@ -26,7 +26,7 @@ const { shiki, getLanguageDisplayName, highlightToHast, highlightToHtml } =
26
// `WebAssembly.instantiate` with custom imports, which Cloudflare doesn't support
27
// for security reasons.
28
//
29
- // TODO(@avivkeller): When available, use `OPEN_NEXT_CLOUDFLARE` environmen
+ // TODO(@avivkeller): When available, use `OPEN_NEXT_CLOUDFLARE` environment
30
// variable for detection instead of current method, which will enable better
31
// tree-shaking.
32
// Reference: https://github.com/nodejs/nodejs.org/pull/7896#issuecomment-3009480615
0 commit comments