Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Nov 15, 2023
1 parent 4b47c87 commit 2eeadec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ See the [package.json](./package.json)

2. Develop:
```bash
cd lmsys.org
npm i
npm run build
npm run dev
Expand Down
4 changes: 2 additions & 2 deletions src/pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export default function Document() {
<Html lang="en">
<Head>
<link rel="stylesheet" href="/fonts/load.css" />
<script src="/mathjax.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/tex-mml-chtml.min.js" integrity="sha384-..." crossOrigin="anonymous"></script>
<script src="/mathjax.js" async></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/tex-mml-chtml.min.js" integrity="sha384-..." crossOrigin="anonymous" async></script>
</Head>
<body>
<Main />
Expand Down

0 comments on commit 2eeadec

Please sign in to comment.