codeblock highlight not working in vercel #2068
Unanswered
IslamZaoui
asked this question in
Q&A
Replies: 1 comment 6 replies
-
@IslamZaoui we use Vercel for the Skeleton documentation site, which is of course built using Skeleton as well. https://github.com/skeletonlabs/skeleton/blob/dev/sites/skeleton.dev/svelte.config.js#L1 Some additional info might help here:
On a somewhat related note, we're updating the Code Blocks during our next release on Tuesday. This will include instructions for only installing the languages you need. If you don't do this Highlight includes ALL languages, which greatly bloats your bundle size. It may be worth following the instruction here: https://dev.skeleton.dev/utilities/codeblocks#configure-your-project |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for some reason in dev codeblock highlight working fine but in Vercel not working
i got this error msg when I build it locally:
this in dev:
you can see the problem in vercel here: https://islamzaoui.vercel.app/en/TEST
Beta Was this translation helpful? Give feedback.
All reactions