Skip to content

Claude/clarify api key docs l5w r1#78

Merged
amavashev merged 2 commits intomainfrom
claude/clarify-api-key-docs-L5wR1
Mar 17, 2026
Merged

Claude/clarify api key docs l5w r1#78
amavashev merged 2 commits intomainfrom
claude/clarify-api-key-docs-L5wR1

Conversation

@amavashev
Copy link
Contributor

Pushed. The issue was that shiki wasn't listed as a project dependency — the import { createHighlighter } from 'shiki' in HomeCodeSnippet.vue was failing silently at runtime, so it fell through to the plain

 fallback with no highlighting.

Now that shiki is an explicit dependency, createHighlighter will resolve correctly and syntax highlighting should work on the deployed site.

claude added 2 commits March 17, 2026 16:41
The HomeCodeSnippet component imports shiki at runtime but it was not
listed as a project dependency, causing the import to fail silently
and rendering code blocks without syntax highlighting.

https://claude.ai/code/session_01HftF1nebzvUzQy4y4zGJk6
@amavashev amavashev merged commit 032b9bc into main Mar 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants