Skip to content

Commit

Permalink
Merge branch 'FOSSBilling:main' into developer-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron-Zarbyte authored Oct 19, 2023
2 parents ba2a8af + 2010af7 commit 59276d4
Show file tree
Hide file tree
Showing 13 changed files with 182 additions and 1,488 deletions.
4 changes: 1 addition & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const { withSentryConfig } = require('@sentry/nextjs')

const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
Expand All @@ -10,4 +8,4 @@ const withNextra = require('nextra')({
defaultShowCopyCode: true,
})

module.exports = withSentryConfig(withNextra())
module.exports = withNextra()
Loading

0 comments on commit 59276d4

Please sign in to comment.