I notice that we're not doing search indexing correctly: the routing is sending an invalid (i.e., HTML) page for /robots.txt.
This adds a default robots.txt, so we'll properly hint to Googel, et al that we want to get indexed. I've also cleaned up the SPA routing a bit, removing the src/views/Index.js file, which isn't being used.
I notice that we're not doing search indexing correctly: the routing is sending an invalid (i.e., HTML) page for
/robots.txt
.This adds a default
robots.txt
, so we'll properly hint to Googel, et al that we want to get indexed. I've also cleaned up the SPA routing a bit, removing thesrc/views/Index.js
file, which isn't being used.