Skip to content

Commit

Permalink
Merge pull request #99 from huang-julien/fix/enablessr
Browse files Browse the repository at this point in the history
fix: re-enable ssr
  • Loading branch information
chakAs3 authored Apr 15, 2024
2 parents 67a84f4 + c5fa1b9 commit 2ed3d44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/storybook-nuxt/src/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ async function defineNuxtConfig(baseConfig: Record<string, any>) {
ready: false,
dev: false,


overrides: {
buildDir: '.nuxt-storybook',
ssr: false,
},

})

if ((nuxt.options.builder as string) !== '@nuxt/vite-builder')
Expand Down

0 comments on commit 2ed3d44

Please sign in to comment.