EBSECan / donatemask

Donate A Mask Project Repository
GNU Lesser General Public License v2.1
10 stars 7 forks source link

Fix Google indexing #110

Closed humphd closed 2 years ago

humphd commented 2 years ago

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.

mekkim commented 2 years ago

Live!