this repo has no description www.baileykane.co/
0
fork

Configure Feed

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

Await params, following https://nextjs.org/docs/messages/sync-dynamic-apis

BK610 c1d3aef8 9b67f0ab

+1 -1
+1 -1
app/recipes/[slug]/page.tsx
··· 12 12 } 13 13 14 14 async function getRecipe(params: Params): Promise<RecipeType> { 15 - const { slug } = params; 15 + const { slug } = await params; 16 16 17 17 const recipesList = await importCSVDataAsJson( 18 18 process.env.NEXT_PUBLIC_RECIPES_DATA_URL