shadcn-ui / next-template

A Next.js 13 template for building apps with Radix UI and Tailwind CSS.

Home Page:https://template.shadcn.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Routing 404

PercyTuncar opened this issue · comments

Why doesn't the route work? I created a services folder and a page.tsx file inside the app folder and when I navigate to that path it gives me a 404 error.

Is there a different way to route with this template?

image

It seems like you figured it out, but your file should be page.tsx, not pages.tsx =)