From: Lukas Krickl Date: Fri, 5 Nov 2021 13:40:17 +0000 (+0100) Subject: Changed target to static X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=fe1e57c6793731ee3a1cad66243979276f597b95;p=website%2F.git Changed target to static --- 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' },