From fa5cd3fb73c0ae46744bb88f7c2ac541086b5f66 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Mon, 28 Dec 2020 17:55:54 +0100 Subject: [PATCH] Change server rendering --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 0c7b39e..1d2ea67 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -3,7 +3,7 @@ import { Axios, Head, ColorMode, Tailwind, Translation, Content, Robots, SiteMap export default { head: Head, - target: 'static', + target: 'server', server: { host: '0.0.0.0',