fix: css url

This commit is contained in:
sup39 2024-02-07 18:42:29 +09:00
parent 4d60d16630
commit e32bce2f5b
Signed by: sup39
GPG Key ID: 111C00916C1641E5
1 changed files with 1 additions and 1 deletions

View File

@ -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 />