From 1a8a159a71fd018bab0e14d9df952c53ae5ea062 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Fri, 15 May 2026 00:08:25 +0900 Subject: Add bands/artists index pages and redirect top page - / now redirects to /bands - /bands shows band list with "+ Band" link - /artists shows artist list with "+ Artist" link - Nav simplified to Bands / Artists only Co-Authored-By: Claude Sonnet 4.6 --- app/root.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app/root.tsx') diff --git a/app/root.tsx b/app/root.tsx index 242ffe2..e30abe8 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -49,9 +49,8 @@ export default function App() { -- cgit v1.2.3