diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/processOrg.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/processOrg.tsx b/util/processOrg.tsx index 05142dd..3fc13dc 100644 --- a/util/processOrg.tsx +++ b/util/processOrg.tsx @@ -6,7 +6,7 @@ import uniorgSlug from 'uniorg-slug' import extractKeywords from 'uniorg-extract-keywords' import attachments from 'uniorg-attach' // rehypeHighlight does not have any types -// @ts-expect-error +// add error thing here // import highlight from 'rehype-highlight' import katex from 'rehype-katex' import 'katex/dist/katex.css' |