Skip to content

Commit 8b49d0c

Browse files
authored
Merge pull request #35 from poteirard/patch-1
Update documentation-site.mdx
2 parents 606dd40 + a9f4834 commit 8b49d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/stories/src/tutorial/getting-started/documentation-site.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this file, enter the paths (e.g. .mdx and/or .tsx) we want to search for the
2828

2929
```js:title=.config/buildtime.js
3030
module.exports = {
31-
stories: stories: ["../src/docs/*.mdx", "../src/components/**/*.docs.tsx"],
31+
stories: ["../src/docs/*.mdx", "../src/components/**/*.docs.tsx"],
3232
siteUrl: `https://component-controls-gatsby.netlify.app`,
3333
};
3434
```

0 commit comments

Comments
 (0)