Skip to content

Commit

Permalink
Merge pull request #100 from huang-julien/fix/builddir
Browse files Browse the repository at this point in the history
fix: change builddir
  • Loading branch information
chakAs3 authored Apr 15, 2024
2 parents 2c8db6c + 80eccf2 commit 67a84f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/storybook-nuxt/src/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ async function defineNuxtConfig(baseConfig: Record<string, any>) {
dev: false,

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

0 comments on commit 67a84f4

Please sign in to comment.