♫
📌 canary ▾
next.js
/
test
/
integration
/
trailing-slashes-href-resolving
/
pages
/
catch-all
/
first.js
first.js
8 lines
105 B
export
default
function
Page
()
{
return
(
<>
<
p
id
=
"first"
>catch-all first</
p
>
</>
)
}
v2.0.0
/
Go
SIGN IN