♫
📌 canary ▾
next.js
/
test
/
integration
/
custom-server
/
pages
/
middleware-augmented.js
middleware-augmented.js
4 lines
81 B
export
default
function
Index
()
{
return
<
h1
>You passed the middleware!</
h1
>
}
v2.0.0
/
Go
SIGN IN