mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-14 09:09:32 +00:00
feat: support math rendering with KaTeX
This commit is contained in:
committed by
Henry-Jessie
parent
72e97c4fbc
commit
06d17eb22e
@@ -2,6 +2,7 @@ import React from 'react'
|
||||
import ReactDOM from 'react-dom/client'
|
||||
import App from './App.jsx'
|
||||
import './index.css'
|
||||
import 'katex/dist/katex.min.css'
|
||||
|
||||
// Clean up stale service workers on app load to prevent caching issues after builds
|
||||
if ('serviceWorker' in navigator) {
|
||||
@@ -18,4 +19,4 @@ ReactDOM.createRoot(document.getElementById('root')).render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>,
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user