Problem
PR #205 removed /discover but Footer.tsx still has <Link href="/discover">. Redirect catches it but the link is stale.
Fix
Update src/components/Footer.tsx — change /discover link to / or remove it entirely since home page now serves as discovery.
Files
src/components/Footer.tsx
Problem
PR #205 removed /discover but Footer.tsx still has
<Link href="/discover">. Redirect catches it but the link is stale.Fix
Update
src/components/Footer.tsx— change/discoverlink to/or remove it entirely since home page now serves as discovery.Files
src/components/Footer.tsx