Skip to content

Commit

Permalink
Remove nextra from next config
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Jan 31, 2024
1 parent 70ad9a8 commit bfcb0e5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,4 @@ const nextConfig = {
reactStrictMode: true,
};

const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
});

module.exports = withNextra(nextConfig);
module.exports = nextConfig;

0 comments on commit bfcb0e5

Please sign in to comment.