mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
ssr for netlify added
This commit is contained in:
parent
b8e46a95df
commit
cd10761f07
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user