From 0eb9bf7f7d63a738b33a73d499ff8985b5b365f5 Mon Sep 17 00:00:00 2001 From: jrtechs Date: Thu, 23 May 2019 19:45:00 -0400 Subject: [PATCH] Fixed robots and sitemap files so that they are getting sent. --- routes/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routes/index.js b/routes/index.js index 9256e64..7d52c63 100644 --- a/routes/index.js +++ b/routes/index.js @@ -20,6 +20,8 @@ routes.use('/downloads', downloads); const includes = require('./includes'); routes.use('/includes', includes); routes.use('/blogContent', includes); +routes.use('/sitemap.txt', includes); +routes.use('/robots.txt', includes); /** category pages */