From fe1e57c6793731ee3a1cad66243979276f597b95 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Fri, 5 Nov 2021 14:40:17 +0100 Subject: [PATCH] Changed target to static --- nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.js b/nuxt.config.js index 0adb4aa..e1bc7ff 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,5 +1,6 @@ export default { + target: 'static', // default is 'server' title: 'my website title', meta: [ { charset: 'utf-8' }, -- 2.30.2