From cd10761f07458bfc1e968c0302a7641e2a50bfdd Mon Sep 17 00:00:00 2001 From: shubhi1928 <66595223+shubhi1928@users.noreply.github.com> Date: Mon, 21 Feb 2022 22:46:10 +0530 Subject: [PATCH] ssr for netlify added --- nuxt.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 42bcff1..3b7a157 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,7 +1,6 @@ export default { - ssr: !process.env.VERCEL, - // for netlify - ssr: flase, + ssr: !(process.env.VERCEL || process.env.NETLIFY) , + // Global page headers: https://go.nuxtjs.dev/config-head head: { title: 'Assembly',