Skip to content

Commit

Permalink
clients/web: use full bundle for client-side Shiki
Browse files Browse the repository at this point in the history
Attempt to fix #3622
  • Loading branch information
frankie567 committed Jul 9, 2024
1 parent 61ac631 commit 84e632f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
Highlighter,
ShikiError,
createHighlighter,
} from 'shiki/bundle/web'
} from 'shiki/bundle/full'
import { themeConfig, themesList, transformers } from '../../../shiki.config'

const getHighlighter = async (): Promise<Highlighter> => {
Expand Down

0 comments on commit 84e632f

Please sign in to comment.