Skip to content

Commit

Permalink
fix katex failing next builds
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Aug 13, 2024
1 parent 46cc054 commit 86c453e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Markdown/Markdown.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'katex/dist/katex.css';
2 changes: 1 addition & 1 deletion src/Markdown/Markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { cn } from 'reablocks';
import { TableComponent, TableHeaderCell, TableDataCell } from './Table';
import { ChatContext } from '@/ChatContext';
import rehypeKatex from 'rehype-katex';
import 'katex/dist/katex.min.css';
import './Markdown.css';

interface MarkdownWrapperProps extends PropsWithChildren {
/**
Expand Down

0 comments on commit 86c453e

Please sign in to comment.