robots
robots copied to clipboard
Remove `_robots.txt` from emitted files
When using a _robots.txt in the public dir to configure the robot rules, it should not be emitted in the final bundle.
The workaround is to use the assets or root dir to configure.
I just realized that create-nuxt creates an empty _robots.txt which leads to problems within nuxt-seo.