From b41c35270ccf5a21b436597e152f5e9530820257 Mon Sep 17 00:00:00 2001 From: shubhi1928 <66595223+shubhi1928@users.noreply.github.com> Date: Mon, 21 Feb 2022 22:36:18 +0530 Subject: [PATCH] Update nuxt.config.js --- nuxt.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nuxt.config.js b/nuxt.config.js index 6e0c8d1..8ae0528 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,5 +1,7 @@ export default { ssr: !process.env.VERCEL, + // for netlify + ssr: true // Global page headers: https://go.nuxtjs.dev/config-head head: { title: 'Assembly',