My link does not work
Briefly

The user encountered issues with a navigation link to the '/shopix' directory due to the absence of an index file. They learned that for directory routing to work in a Next.js application, they needed to rename their boutique.tsx file to page.tsx. This adjustment allows the application to correctly display the contents of the directory through the link, highlighting the importance of file naming conventions in router functionality within the framework.
Read at SitePoint Forums | Web Development & Design Community
[
|
]