5763bd3318
Explore and Feed covered overlapping ground (recommendations, following, trending) in two separate places with three different card designs. Explore now hosts Discover/Following/For You tabs, and every recipe card everywhere on the page matches the Recipes page's cover-photo card instead of the old text-only search result. v0.36.0
6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
import { redirect } from "next/navigation";
|
|
|
|
export default function FeedPage() {
|
|
redirect("/explore");
|
|
}
|