From f6eb1e96523a34cdbf0c33e957b26751ddf9d798 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 3 Nov 2019 12:03:28 +0530 Subject: [PATCH] :mag: Fixed sitemap location --- nuxt.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index a7ef74d0..9f6df498 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -275,7 +275,8 @@ export default { UserAgent: '*', Disallow: '', Allow: '/', - Sitemap: '/sitemap.xml' + Host: 'https://postwoman.io', + Sitemap: 'sitemap.xml' }, /* ** Build configuration