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 @@