♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
ppr-full
/
app
/
navigation
/
not-found
/
page.jsx
page.jsx
6 lines
100 B
import
{ notFound }
from
'next/navigation'
export
default
function
NotFoundPage
()
{
notFound
()
}
v2.0.0
/
Go
SIGN IN