Skip to content

Commit

Permalink
Add copy functionality (#118)
Browse files Browse the repository at this point in the history
* add copy functionality

* update nextra import-structure
  • Loading branch information
Giri-Spheron authored Oct 26, 2023
1 parent a495953 commit abbeb27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const withNextra = require("nextra")({
theme: "nextra-theme-docs",
themeConfig: "./theme.config.tsx",
defaultShowCopyCode: true,
});

module.exports = withNextra({
Expand Down

0 comments on commit abbeb27

Please sign in to comment.