🔍 Fixed sitemap location

This commit is contained in:
liyasthomas
2019-11-03 11:47:59 +05:30
parent 3198f6172b
commit 5523cece62

View File

@@ -273,9 +273,9 @@ export default {
}, },
robots: { robots: {
UserAgent: '*', UserAgent: '*',
Allow: '/',
Disallow: '', Disallow: '',
Sitemap: 'sitemap.xml' Allow: '/',
Sitemap: '/sitemap.xml'
}, },
/* /*
** Build configuration ** Build configuration