Does anybody know how to define any specific page in Next.js as the root (the home page)?
I have been looking online and was not able to find any concrete solutions. This is suppose to be a very common use case.
There is this other post, Using Next.js next-routes, how to define a home route for the base web page?, but it recommends creating a server for it.
It there any "NextJs" way of setting up a Home Page?
Any thoughts?
Thanks in advance!