From 05b0a7ce82255eea71b03a115ad89e7e916dc43b Mon Sep 17 00:00:00 2001 From: Kevin ANATOLE Date: Sun, 2 Aug 2020 08:51:00 +0100 Subject: [PATCH] Trying a server deploy target with vercel --- nuxt.config.js | 2 +- pages/index.vue | 5 +++++ tailwind.config.js | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index fa3e1b1..8c6ea9c 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -9,7 +9,7 @@ export default { ** Nuxt target ** See https://nuxtjs.org/api/configuration-target */ - target: 'static', + target: 'server', /* ** Headers of the page ** See https://nuxtjs.org/api/configuration-head diff --git a/pages/index.vue b/pages/index.vue index 9fc9d10..5a0e78d 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,4 +1,9 @@