chore: added frontmatter plus some changes

This commit is contained in:
Catalin Pit
2024-04-12 14:40:39 +03:00
parent 1f71baaffb
commit c29e6ea861
13 changed files with 87 additions and 28 deletions

View File

@ -3,7 +3,7 @@ const nextConfig = {};
const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.jsx',
themeConfig: './theme.config.tsx',
});
module.exports = withNextra(nextConfig);