♫
📌 canary ▾
next.js
/
test
/
development
/
app-dir
/
hmr-intercept-routes
/
app
/
intercept
/
page.js
page.js
4 lines
85 B
export
default
function
InterceptPage
()
{
return
<
h1
>I'm the intercept page</
h1
>
}
v2.0.0
/
Go
SIGN IN