NextJs is the framework I am currently utilizing for my project. Is there a way to render a specific project based on its unique ID?
{
“projects”: [
{
"id": 1,
"picture": "portf.jpg"
},
{
"id": 2,
"picture": "portf.jpg",
}
]