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 55fdeaa commit e5e8090Copy full SHA for e5e8090
.vitepress/pages/Playground.vue
@@ -104,7 +104,7 @@ async function init() {
104
import('shiki/themes/github-light.mjs'),
105
import('shiki/themes/github-dark.mjs'),
106
],
107
- engine: createOnigurumaEngine(import('shiki/wasm')),
+ engine: createOnigurumaEngine(import('shiki/onig.wasm?init')),
108
});
109
}
110
0 commit comments