1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 08:53:01 +02:00

Update sitemap path

This commit is contained in:
Kamran Ahmed
2020-01-20 11:24:02 +04:00
parent 0a894f4bca
commit 7b164a90a2

View File

@@ -8,7 +8,7 @@ const { getPageRoutes, getGuideRoutes } = require('./path-map');
const DOMAIN = 'https://roadmap.sh'; const DOMAIN = 'https://roadmap.sh';
const PAGES_DIR = path.join(__dirname, '../pages'); const PAGES_DIR = path.join(__dirname, '../pages');
const STORAGE_PATH = path.join(__dirname, '../content'); const STORAGE_PATH = path.join(__dirname, '../content');
const SITEMAP_PATH = 'static/sitemap.xml'; const SITEMAP_PATH = 'public/sitemap.xml';
// Set the header // Set the header
const xmlHeader = `<?xml version="1.0" encoding="UTF-8"?> const xmlHeader = `<?xml version="1.0" encoding="UTF-8"?>