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 {
|
export default {
|
||||||
ssr: !process.env.VERCEL,
|
ssr: !(process.env.VERCEL || process.env.NETLIFY) ,
|
||||||
// for netlify
|
|
||||||
ssr: flase,
|
|
||||||
// Global page headers: https://go.nuxtjs.dev/config-head
|
// Global page headers: https://go.nuxtjs.dev/config-head
|
||||||
head: {
|
head: {
|
||||||
title: 'Assembly',
|
title: 'Assembly',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user