Skip to content

Commit

Permalink
Typo fix in themes/blog/index.mdx
Browse files Browse the repository at this point in the history
Correction to `theme` value of the `nextConfig` object. It was set to `nextra-theme-docs`.
  • Loading branch information
nberlette authored Aug 23, 2021
1 parent c763e96 commit bdde134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/themes/blog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Similar to the docs theme, you can install the blog theme with the following com
```jsx
// next.config.js
const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
theme: 'nextra-theme-blog',
themeConfig: './theme.config.js',
// optional: add `unstable_staticImage: true` to enable Nextra's auto image import
})
Expand Down

0 comments on commit bdde134

Please sign in to comment.