ssr for netlify added

This commit is contained in:
shubhi1928 2022-02-21 22:46:10 +05:30 committed by GitHub
parent b8e46a95df
commit cd10761f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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