♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
static-generation-status
/
app
/
not-found-page
/
page.js
page.js
6 lines
92 B
import
{ notFound }
from
'next/navigation'
export
default
function
Page
()
{
notFound
()
}
v2.0.0
/
Go
SIGN IN