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 6659585 commit 723b9b2Copy full SHA for 723b9b2
README.md
@@ -20,15 +20,15 @@ pnpm add --save-dev @stackblitz/storybook-addon-stackblitz
20
21
## Usage
22
23
-Add the following to your `.storybook/main.ts` exports:
+Add the following to your `.storybook/main.ts` (or `.storybook/main.js`) exports:
24
25
```typescript
26
export default {
27
- addons: ['@storybook/addon-storysource'],
+ addons: ['@stackblitz/storybook-addon-stackblitz'],
28
};
29
```
30
31
-Configure the repository URL in the `.storybook/preview.ts`:
+Configure the repository URL in the `.storybook/preview.ts` (or `.storybook/preview.js`):
32
33
34
parameters: {
0 commit comments