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',