From d30dfc89bf1b673b2fdc0638766b930adaec228c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 29 Mar 2025 00:47:55 +0900 Subject: feat(blog/nuldoc): migrate syntax highlighter from highlight.js to shiki.js --- vhosts/blog/nuldoc-src/components/PageLayout.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'vhosts/blog/nuldoc-src/components') diff --git a/vhosts/blog/nuldoc-src/components/PageLayout.tsx b/vhosts/blog/nuldoc-src/components/PageLayout.tsx index c7145e0a..1cd0aebf 100644 --- a/vhosts/blog/nuldoc-src/components/PageLayout.tsx +++ b/vhosts/blog/nuldoc-src/components/PageLayout.tsx @@ -20,7 +20,7 @@ export default function PageLayout( metaKeywords, metaTitle, metaAtomFeedHref, - requiresSyntaxHighlight, + requiresSyntaxHighlight: _, config, children, }: Props, @@ -54,8 +54,6 @@ export default function PageLayout( {metaTitle} - {requiresSyntaxHighlight && - } {children} -- cgit v1.2.3-70-g09d2