Hello there, i'm pretty new to NextJs, i wanted to know how could i build a navigation ? I mean, i have the file "pages.js" in my /app, and i created some directories into /app so it means i have things like :
/app
--/blog
--/test
page.js
layout.js
I'm in my "page.js", and i created a <Link href="/blog">Blog<Link/> and it doesnt works, did i missed something ?