aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/root.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/root.tsx')
-rw-r--r--frontend/app/root.tsx3
1 files changed, 3 insertions, 0 deletions
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" },
];