add favicon
This commit is contained in:
@@ -20,6 +20,9 @@ export const meta: MetaFunction = () => ({
|
|||||||
})
|
})
|
||||||
|
|
||||||
export const links: LinksFunction = () => [
|
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", href: "https://fonts.googleapis.com" },
|
||||||
{
|
{
|
||||||
rel: "preconnect",
|
rel: "preconnect",
|
||||||
@@ -31,8 +34,6 @@ export const links: LinksFunction = () => [
|
|||||||
as: "style",
|
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",
|
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 = {
|
type LoaderData = {
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB |
BIN
packages/website/public/favicon.png
Normal file
BIN
packages/website/public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 658 B |
Reference in New Issue
Block a user