robots.txt configured with nuxt.config.js and with individual robots.txt files in page directories if more complex config is required.
scseComponents: {
...
site: {
url: 'PRODUCTION_URL',
}
...
}
site.url is a required option for the robots.txt to work properly.
More detailed documentation can be found on the Nuxt SEO page .