Skip to content

Commit 19ac0fa

Browse files
committed
chore(editor): disable server-side rendering
1 parent d7d3d46 commit 19ac0fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/playground/nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,5 @@ export default defineNuxtConfig({
105105
componentDir: './app/components/ui'
106106
},
107107

108+
ssr: false,
108109
})

0 commit comments

Comments
 (0)