From 55d1283320f1c7d8338ab213bf9a37834d7551fd Mon Sep 17 00:00:00 2001 From: Nicolas PENNEC Date: Wed, 2 Oct 2019 09:10:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20sitemap=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hostname is mandatory on spa mode --- nuxt.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nuxt.config.js b/nuxt.config.js index 5358d571c..98bd19c7c 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -256,6 +256,9 @@ export default { googleAnalytics: { id: process.env.GA_ID || 'UA-61422507-2' }, + sitemap: { + hostname: 'https://postwoman.io' + }, /* ** Build configuration */