nuxt-modules / robots

Tame the robots crawling and indexing your Nuxt site.
https://nuxtseo.com/robots
412 stars 30 forks source link

Add support for nuxt generate #3

Closed weotch closed 6 years ago

weotch commented 6 years ago

This adds support for nuxt geneate and mode: spa, where there isn't a web server running. Instead of adding a middleware, it writes the robots.txt to the static directory, whereupon it gets copied into dist during build or generate.

WilliamDASILVA commented 6 years ago

@weotch Thanks for your PR!