Skip to content

Commit

Permalink
hopefully fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanko2 committed Aug 8, 2024
1 parent 72af717 commit 6be9245
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ async function getPage(content: JSX.Element, req: SessionRequest) {
<meta property="og:title" content="LTT" />
<meta property="twitter:title" content="LTT" />
<script src="/static/navbar.js" defer async />
<script src="/static/iconify.js" defer async />
{req.parsedUrl.pathname.startsWith('/chat') ? (
<script type="module" src="/static/chat.js" defer async />
) : (
''
)}
<link href="/static/agate.min.css" rel="stylesheet" />
<link href="/static/katex.min.css" rel="stylesheet" />
<link href="/static/texmath.min.css" rel="stylesheet" />
Expand Down

0 comments on commit 6be9245

Please sign in to comment.