diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-10 01:21:18 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-10 01:21:18 +0900 |
| commit | c44b3383a7e55553cc95bba7bd5574f71c2e3406 (patch) | |
| tree | 70e22e27b02b816b47c524c62258e262d49ddd3b /frontend/app/components/Gaming/CodeBlock.tsx | |
| parent | 84f3996f48d7a962685edfc09f12b8684cc76d93 (diff) | |
| download | phperkaigi-2025-albatross-c44b3383a7e55553cc95bba7bd5574f71c2e3406.tar.gz phperkaigi-2025-albatross-c44b3383a7e55553cc95bba7bd5574f71c2e3406.tar.zst phperkaigi-2025-albatross-c44b3383a7e55553cc95bba7bd5574f71c2e3406.zip | |
feat(frontend): use fine-grained bundle of shiki
Diffstat (limited to 'frontend/app/components/Gaming/CodeBlock.tsx')
| -rw-r--r-- | frontend/app/components/Gaming/CodeBlock.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/Gaming/CodeBlock.tsx b/frontend/app/components/Gaming/CodeBlock.tsx index 0a9a2e5..36ccae1 100644 --- a/frontend/app/components/Gaming/CodeBlock.tsx +++ b/frontend/app/components/Gaming/CodeBlock.tsx @@ -1,5 +1,5 @@ import { useEffect, useState } from "react"; -import { codeToHtml } from "shiki"; +import { codeToHtml } from "../../shiki.bundle"; type Props = { code: string; |
