Next.js Discord

Discord Forum

About pages folder in the project

Unanswered
kokoan23 posted this in #help-forum
Open in Discord
How correct is it to do this? I use the latest version of the Next.js

4 Replies

American Crow
it's correct if you want your url to look like this mysite.com/pages/about
It's incorrect if you want your url to look like this mysite.com/about In that case you don't need the pagesfolder
oh, okey, thanks, and this method is Pages Router or App Router ?? I can't understand?)
American Crow
Its app router since your project has a appfolder
thanks)