add meta theme-color

This commit is contained in:
MapleLeaf
2022-01-12 20:32:50 -06:00
parent fd64132e58
commit 8111931183

View File

@@ -20,6 +20,7 @@ import tailwindCss from "~/modules/ui/tailwind.out.css"
export const meta: MetaFunction = () => ({
"title": "Reacord",
"description": packageJson.description,
"theme-color": "#21754b",
"og:url": "https://reacord.fly.dev/",
"og:type": "website",