Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVation committed May 3, 2023
1 parent dca64b2 commit 6fd8e66
Show file tree
Hide file tree
Showing 18 changed files with 2,624 additions and 12,809 deletions.
6 changes: 5 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
const withNextra = require('nextra')('nextra-theme-blog', './theme.config.js')
const withNextra = require('nextra')({
theme: 'nextra-theme-blog',
themeConfig: './theme.config.js'
})

module.exports = withNextra()

0 comments on commit 6fd8e66

Please sign in to comment.