diff --git a/next.config.js b/next.config.js index 499fb45..3a956ec 100644 --- a/next.config.js +++ b/next.config.js @@ -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()