diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-04 21:26:39 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-04 21:26:39 +0900 |
| commit | 9b1049e39b2e6e45371930832b421be21297dcb5 (patch) | |
| tree | cf5bdc58c4ed41ad52ad4b20ab1d606fadbf8b31 /frontend/app/root.tsx | |
| parent | 3f73872865263e8690e12f4b43040ed38b062f28 (diff) | |
| download | iosdc-japan-2025-albatross-9b1049e39b2e6e45371930832b421be21297dcb5.tar.gz iosdc-japan-2025-albatross-9b1049e39b2e6e45371930832b421be21297dcb5.tar.zst iosdc-japan-2025-albatross-9b1049e39b2e6e45371930832b421be21297dcb5.zip | |
change base path
Diffstat (limited to 'frontend/app/root.tsx')
| -rw-r--r-- | frontend/app/root.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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 }) { |
