♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
not-found-with-nested-layouts
/
app
/
not-found.js
not-found.js
4 lines
102 B
export
default
function
NotFound
()
{
return
<
h1
id
=
"not-found-heading"
>Custom Not Found Page</
h1
>
}
v2.0.0
/
Go
SIGN IN