From a5cac50708b1e4b5589d8a48199af1716a674a57 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 11 Aug 2024 01:44:13 +0900 Subject: fix(frontend): fix layout shift --- frontend/app/root.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontend/app/root.tsx') diff --git a/frontend/app/root.tsx b/frontend/app/root.tsx index 4d7a661..0fcfa1f 100644 --- a/frontend/app/root.tsx +++ b/frontend/app/root.tsx @@ -1,3 +1,4 @@ +import { config } from "@fortawesome/fontawesome-svg-core"; import type { LinksFunction } from "@remix-run/node"; import { Links, @@ -8,6 +9,8 @@ import { } from "@remix-run/react"; import "./tailwind.css"; +config.autoAddCss = false; + export const links: LinksFunction = () => [ { rel: "icon", href: "/iosdc-japan/2024/code-battle/favicon.svg" }, ]; -- cgit v1.2.3-70-g09d2