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