Skip to content

Commit

Permalink
update(docs): disable ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
bcakmakoglu committed Nov 6, 2021
1 parent c21ad94 commit 67876cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ export default defineNuxtConfig({
title: 'Vue Flow',
description: 'Vue Flow Documentation',
},
target: 'client',
ssr: false,
buildModules: ['nuxt-windicss'],
})

0 comments on commit 67876cd

Please sign in to comment.