Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into price-plans
Browse files Browse the repository at this point in the history
  • Loading branch information
olizilla committed Nov 13, 2023
2 parents cd7c664 + 484e0c1 commit d11065f
Show file tree
Hide file tree
Showing 19 changed files with 3,296 additions and 102 deletions.
8 changes: 7 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
const nextConfig = {
output: 'export',
images: { unoptimized: true },
trailingSlash: true,
reactStrictMode: true,
experimental: {
serverComponentsExternalPackages: ['shiki', 'vscode-oniguruma']
}
}

module.exports = nextConfig
const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './src/theme.config.jsx'
})

module.exports = withNextra(nextConfig)
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
},
"dependencies": {
"next": "14.0.1",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18",
"react-dom": "^18",
"shiki": "^0.14.5"
Expand Down
Loading

0 comments on commit d11065f

Please sign in to comment.