But the installation didn't install a robots.txt for me. It added an empty _robots.txt (or generated it on my next npm run dev) that triggers this error :
The ./public/_robots.txt file contains errors: @nuxt/robots 8:55:35 AM - Group "" has no allow or disallow rules. You must provide one of either.
The ./public/_robots.txt file contains errors: @nuxt/robots 8:55:35 AM - Group "" has no allow or disallow rules. You must provide one of either.
I feel like I shouldn't create it myself for the preproduction/production sake, using NUX T_SITE_ENV, so... what do I do to fix this error ^^" ? What I'm supposed to do with the robots/_robots.txt ?