Skip to content

Commit

Permalink
Changed next.config
Browse files Browse the repository at this point in the history
  • Loading branch information
bulhakovolexii committed Jan 12, 2024
1 parent 8eb1e72 commit f7f7a49
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
/**
* @type {import('next').NextConfig}
*/
import nextra from "nextra";

const nextConfig = {};

const withNextra = nextra({
theme: "nextra-theme-docs",
themeConfig: "./pages/docs-theme.config.jsx",
latex: true,
});

module.exports = withNextra({ nextConfig });
export default withNextra({
// ... your Next.js config
});

0 comments on commit f7f7a49

Please sign in to comment.