I need to render everything in public/pricing subdirectory. I am using i18n for multilanguage. For now, I have all the content, css and js folders rendered in /pricing subdirectory, but languages are in the root. So when I switch langauge to spanish for example, the link is /es/pricing/, and I need it to be /pricing/es/.
I did do that at first, but I need everything rendered in /public/pricing/… because I’m sending rendered public folders to the hosting team that host it on aws s3 and I need everything to be in pricing subfolder. Can I manually move it after rendering?
Thank you upfront @bep