How to serve robots.txt for a Vue app – SEO
I use vue-loader to build my Vue app using webpack. My application is served by Firebase. For SEO purposes, I need to serve the file robots.txt at the root of my application (GET /robots.txt). How can I configure webpack/vue-loader to…