From 9fa3805ab93236f6a099b29ca56b45e6cec78009 Mon Sep 17 00:00:00 2001 From: Stanley Masinde <35426405+StanleyMasinde@users.noreply.github.com> Date: Tue, 2 Feb 2021 19:12:13 +0300 Subject: [PATCH] fix: remove deprecated `mode` option (#186) --- template/nuxt.config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/template/nuxt.config.js b/template/nuxt.config.js index c101c5c..5ff4d05 100644 --- a/template/nuxt.config.js +++ b/template/nuxt.config.js @@ -1,11 +1,5 @@ export default { - /* - ** Nuxt rendering mode - ** See https://nuxtjs.org/api/configuration-mode - */ - mode: 'universal', - /* ** Nuxt target ** See https://nuxtjs.org/api/configuration-target