Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 59da6ce

Browse files
axe312gerrakannimer
authored andcommitted
docs(gatsby-theme): set correct import of base theme (#88)
1 parent 1d88d11 commit 59da6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/documentation/customizing/gatsby-theme.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export default {
201201
Or, to create your own theme, just create this file in the root of your project: `src/gatsby-theme-docz/theme/index.js`.
202202

203203
```js
204-
import baseTheme from 'gatsby-theme-docz/src/theme'
204+
import baseTheme from 'gatsby-theme-docz/src/theme/index'
205205
import { merge } from 'lodash/fp'
206206

207207
export default merge(baseTheme, {

0 commit comments

Comments
 (0)