Skip to content

Commit

Permalink
fix: remove all references to Nextra
Browse files Browse the repository at this point in the history
  • Loading branch information
ijemmao committed Nov 2, 2024
1 parent c28ecaa commit c99654c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions functions/next.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
const nextra = require('nextra');
const { i18n } = require('./next-i18next.config');

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

module.exports = withNextra({
module.exports = {
distDir: 'dist',
generateBuildId: async () => 'api-homepage',
pageExtensions: ['page.tsx'],
i18n,
});
};

0 comments on commit c99654c

Please sign in to comment.