I am running 13.5.4, my config file has output: export, the site itself is all static rendered, all pages use app router.
I run next build and alongside every html file, there is a text file with the same path. I have deleted those .txt files and nothing seems to break.
The problem this causes is that the site is running on Cloudflare pages which has 20k page limit, and the .txt files obviously half that limit because every route has two files. Obviously, I can just delete the .txt files every time but I would like to know if the site is breaking in some way I haven't been able to find (and the reason why this happens because I am curious and couldn't find any info in the docs).