From 4044dbea91b1b8e08a38b680bbdbeeb66bc37383 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 20 Jan 2020 11:24:02 +0400 Subject: [PATCH] Update sitemap path --- scripts/sitemap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sitemap.js b/scripts/sitemap.js index d88caebab..9f9f90e7e 100644 --- a/scripts/sitemap.js +++ b/scripts/sitemap.js @@ -8,7 +8,7 @@ const { getPageRoutes, getGuideRoutes } = require('./path-map'); const DOMAIN = 'https://roadmap.sh'; const PAGES_DIR = path.join(__dirname, '../pages'); const STORAGE_PATH = path.join(__dirname, '../content'); -const SITEMAP_PATH = 'static/sitemap.xml'; +const SITEMAP_PATH = 'public/sitemap.xml'; // Set the header const xmlHeader = `