NextJS Intercepting routes
Hi there,
Been playing with the fancy new intercepting routes within Next and I need a 1am-programming-stupidity check.
Am I wrong to assume that this should be intercepting
/dashboard/post
?1 Reply
Attempting to capture this with
next/link
<Link href="/dashboard/post">beepbooplettuce</Link>
but it keeps sending me to the actual posts page not rendering within the layout ðŸ«