From fc58223863d610f97c37534eea8a4fc217e5d01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Heym=C3=A8s?= Date: Mon, 11 Feb 2019 18:59:18 +0100 Subject: [PATCH] feat(Enable modern mode): --- nuxt.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 5a224ce..33022e2 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,5 +1,6 @@ module.exports = { mode: 'universal', + modern: true, serverMiddleware: ['~/api'], @@ -82,7 +83,7 @@ module.exports = { "image": "https://www.ilotreseau.net/img/ilotreseau-logo.svg", "url": "https://www.ilotreseau.net" } - }, + } ] }`, type: 'application/ld+json'