In 6.5, I was able to set the first story that appeared in my Storybook by making it the first in my stories config. That no longer works in 7.0. Here's my config:
export default {
framework: '@storybook/react-vite',
stories: [
'./Introduction.mdx',
'../src/App.stories.tsx',
{
directory: '../src/components/atoms',
titlePrefix: 'Atoms',
},
// ...
],
But, the mdx file is not shown when storybook launches, instead I see this: