From 5523cece62a1258ff3271cbe4c5d4847a93008a6 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 3 Nov 2019 11:47:59 +0530 Subject: [PATCH] :mag: Fixed sitemap location --- nuxt.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 42cf5c1ca..a7ef74d06 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -273,9 +273,9 @@ export default { }, robots: { UserAgent: '*', - Allow: '/', Disallow: '', - Sitemap: 'sitemap.xml' + Allow: '/', + Sitemap: '/sitemap.xml' }, /* ** Build configuration