We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4206b commit 9649aa6Copy full SHA for 9649aa6
.storybook/main.ts
@@ -1,7 +1,12 @@
1
import type { StorybookConfig } from '@storybook-vue/nuxt'
2
3
const config = {
4
- stories: ['../.storybook/docs/*.mdx', '../app/**/*.@(mdx|stories.@(js|ts))'],
+ stories: [
5
+ // List welcome first in sidebar
6
+ '../.storybook/docs/welcome.mdx',
7
+ '../.storybook/docs/*.mdx',
8
+ '../app/**/*.@(mdx|stories.@(js|ts))',
9
+ ],
10
addons: [
11
'@storybook/addon-a11y',
12
'@storybook/addon-docs',
0 commit comments