Strapi - Build a Blog Using Strapi and Next.js

Thank you for the tutorial, it is great and this is one of the reasons that i love Strapi and always recomended it to other devs. This is becoming the best headless cms by far on the net!.
I have 1 question, i followed the tutorial and everything is working correctly. But how to move the whole blog project to a basePath of ‘/blog’, and leave the homepage a standard landing page (and the ‘/en’ or '/de/ will not affect it).

Basically i want to have a standard landing page and only if the user clicks blog the will then execute the blog project with the language middleware?

I tried adding basePath: ‘/blog’, in the next.config.js, but its not doing the job.

Btw i did it with NextJS13, the new tutorial.

Thanks