Skip to content

Commit

Permalink
Merge branch 'develop' into governance-history
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaunikitis committed Feb 4, 2024
2 parents 475b565 + 0e7bfc1 commit 3847467
Show file tree
Hide file tree
Showing 28 changed files with 366 additions and 2,618 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;
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"@headlessui/react": "^1.7.17",
"clsx": "^2.0.0",
"next": "^13.4.19",
"nextra": "^2.12.3",
"nextra-theme-docs": "^2.12.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.6"
Expand All @@ -29,7 +27,7 @@
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier": "^3.2.4",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2"
}
Expand Down
Loading

0 comments on commit 3847467

Please sign in to comment.