fix: css url
This commit is contained in:
parent
4d60d16630
commit
e32bce2f5b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export default function Document() {
|
|||
<Head>
|
||||
<link rel="icon" href="/favicon.svg" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/katex.min.css" integrity="sha384-Juol1FqnotbkyZUT5Z7gUPjQ9gzlwCENvUZTpQBAPxtusdwFLRy382PSDx5UUJ4/" crossOrigin="anonymous" />
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.sup39.dev/css/index.css" />
|
||||
<link rel="stylesheet" type="text/css" href="https://res.sup39.dev/index.css" />
|
||||
</Head>
|
||||
<body>
|
||||
<Main />
|
||||
|
|
Loading…
Reference in a new issue