Browse Source

Fixed robots and sitemap files so that they are getting sent.

pull/77/head
jrtechs 5 years ago
parent
commit
0eb9bf7f7d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      routes/index.js

+ 2
- 0
routes/index.js View File

@ -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 */

Loading…
Cancel
Save