Minor update

This commit is contained in:
Kamran Ahmed
2019-11-29 11:51:43 +04:00
parent 79ab31dec7
commit 59c07c9000

View File

@ -9,7 +9,6 @@ const DOMAIN = 'https://roadmap.sh';
const PAGES_DIR = path.join(__dirname, '../pages');
const STORAGE_PATH = path.join(__dirname, '../storage');
const SITEMAP_PATH = 'static/sitemap.xml';
const STATIC_PATH = path.join(__dirname, '../static');
// Set the header
const xmlHeader = `<?xml version="1.0" encoding="UTF-8"?>