Rendering a different route Nextjs
I have a folder called
Home
in my pages directory, I want to render this Home folder without changing the url to /home
when the user visits the /
page.
I've see the async redirects, but that changes the url
0 Replies