Skip to content

Commit a8899cf

Browse files
committed
fixup! feat(shiki): use wasm engine
1 parent 50379dd commit a8899cf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/site/next.config.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,6 @@ const nextConfig = {
9595
'shiki',
9696
],
9797
},
98-
99-
webpack: config => ({
100-
...config,
101-
experiments: { ...config.experiments, asyncWebAssembly: true },
102-
}),
10398
};
10499

105100
const withNextIntl = createNextIntlPlugin('./i18n.tsx');

0 commit comments

Comments
 (0)