add favicon

This commit is contained in:
MapleLeaf
2022-01-12 17:42:31 -06:00
parent 569e5c7473
commit 0695bbc6bd
3 changed files with 3 additions and 2 deletions

View File

@@ -20,6 +20,9 @@ export const meta: MetaFunction = () => ({
})
export const links: LinksFunction = () => [
{ rel: "icon", type: "image/png", href: "/favicon.png" },
{ rel: "stylesheet", href: tailwindCss },
{ rel: "stylesheet", href: prismThemeCss },
{ rel: "preconnect", href: "https://fonts.googleapis.com" },
{
rel: "preconnect",
@@ -31,8 +34,6 @@ export const links: LinksFunction = () => [
as: "style",
href: "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500&family=Rubik:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap",
},
{ rel: "stylesheet", href: tailwindCss },
{ rel: "stylesheet", href: prismThemeCss },
]
type LoaderData = {