From 9b1049e39b2e6e45371930832b421be21297dcb5 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 4 Mar 2025 21:26:39 +0900 Subject: change base path --- frontend/app/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/root.tsx') diff --git a/frontend/app/root.tsx b/frontend/app/root.tsx index c05020c..e47d794 100644 --- a/frontend/app/root.tsx +++ b/frontend/app/root.tsx @@ -13,7 +13,7 @@ import "./tailwind.css"; config.autoAddCss = false; export const links: LinksFunction = () => [ - { rel: "icon", href: "/iosdc-japan/2024/code-battle/favicon.svg" }, + { rel: "icon", href: "/phperkaigi/2025/code-battle/favicon.svg" }, ]; export function Layout({ children }: { children: React.ReactNode }) { -- cgit v1.2.3-70-g09d2