From c44b3383a7e55553cc95bba7bd5574f71c2e3406 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 10 Mar 2025 01:21:18 +0900 Subject: feat(frontend): use fine-grained bundle of shiki --- frontend/app/components/Gaming/CodeBlock.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/components/Gaming/CodeBlock.tsx') 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; -- cgit v1.2.3-70-g09d2