Skip to content

Commit

Permalink
fix: remove disable ssr (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien authored Apr 9, 2024
1 parent cee17f1 commit b7b6e64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ export default defineNuxtModule<ModuleOptions>({
return

logger.info('🔌 Storybook Module Setup')
// Default runtimeConfig

nuxt.options.ssr = false

setupStorybook(options, nuxt)
},
Expand Down

0 comments on commit b7b6e64

Please sign in to comment.