chore: remove link of preloader styles

This commit is contained in:
Matthew Russell
2023-10-12 15:21:59 -07:00
parent c276106cfc
commit 5ca65260c9
-3
View File
@@ -22,9 +22,6 @@ export default function Document() {
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" content="/favicon.ico" />
{/* eslint-disable-next-line @next/next/no-css-tags */}
<link rel="stylesheet" href="/preloader.css" media="all" />
{/* scripts */}
<script src="/theme-setter.js" type="text/javascript" async />
</Head>