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/routes | |
| parent | 3f73872865263e8690e12f4b43040ed38b062f28 (diff) | |
| download | phperkaigi-2025-albatross-9b1049e39b2e6e45371930832b421be21297dcb5.tar.gz phperkaigi-2025-albatross-9b1049e39b2e6e45371930832b421be21297dcb5.tar.zst phperkaigi-2025-albatross-9b1049e39b2e6e45371930832b421be21297dcb5.zip | |
change base path
Diffstat (limited to 'frontend/app/routes')
| -rw-r--r-- | frontend/app/routes/_index.tsx | 2 | ||||
| -rw-r--r-- | frontend/app/routes/dashboard.tsx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/frontend/app/routes/_index.tsx b/frontend/app/routes/_index.tsx index 808302d..ec4dfcb 100644 --- a/frontend/app/routes/_index.tsx +++ b/frontend/app/routes/_index.tsx @@ -16,7 +16,7 @@ export default function Index() { return ( <div className="min-h-screen bg-gray-100 flex flex-col items-center justify-center gap-y-6"> <img - src="/iosdc-japan/2024/code-battle/favicon.svg" + src="/phperkaigi/2025/code-battle/favicon.svg" alt="iOSDC Japan 2024" className="w-24 h-24" /> diff --git a/frontend/app/routes/dashboard.tsx b/frontend/app/routes/dashboard.tsx index 53b32e0..a68d5c5 100644 --- a/frontend/app/routes/dashboard.tsx +++ b/frontend/app/routes/dashboard.tsx @@ -86,8 +86,8 @@ export default function Dashboard() { <a href={ process.env.NODE_ENV === "development" - ? "http://localhost:8003/iosdc-japan/2024/code-battle/admin/dashboard" - : "/iosdc-japan/2024/code-battle/admin/dashboard" + ? "http://localhost:8003/phperkaigi/2025/code-battle/admin/dashboard" + : "/phperkaigi/2025/code-battle/admin/dashboard" } className="text-lg text-white bg-pink-600 px-4 py-2 rounded transition duration-300 hover:bg-pink-500 focus:ring focus:ring-pink-400 focus:outline-none" > |
