The recipes.blue monorepo recipes.blue
recipes appview atproto
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: no (app) prefix on link

+1 -1
+1 -1
apps/web/src/screens/Recipes/RecipeCard.tsx
··· 18 18 19 19 export const RecipeCard = ({ rkey, author, ...recipe }: RecipeCardProps) => { 20 20 return ( 21 - <Link to="/(app)/recipes/$did/$rkey" params={{ did: author, rkey }}> 21 + <Link to="/recipes/$did/$rkey" params={{ did: author, rkey }}> 22 22 <Card> 23 23 <CardHeader> 24 24 <CardTitle>{recipe.title}</CardTitle>