Skip to content

Commit

Permalink
fix(config): correct storybook typing
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Oct 5, 2022
1 parent 8151fe0 commit 32a79be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default defineNuxtConfig({
id: process.env.GOOGLE_ANALYTICS_ID,
debug: process.env.NODE_ENV !== 'production',
},
STORYBOOK: process.env.STORYBOOK,
STORYBOOK: !!process.env.STORYBOOK,
},
},
storybook: {
Expand Down

0 comments on commit 32a79be

Please sign in to comment.