Skip to content

Commit 59276d4

Browse files
authored
Merge branch 'FOSSBilling:main' into developer-workflow
2 parents ba2a8af + 2010af7 commit 59276d4

File tree

13 files changed

+182
-1488
lines changed

13 files changed

+182
-1488
lines changed

next.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
const { withSentryConfig } = require('@sentry/nextjs')
2-
31
const withNextra = require('nextra')({
42
theme: 'nextra-theme-docs',
53
themeConfig: './theme.config.tsx',
@@ -10,4 +8,4 @@ const withNextra = require('nextra')({
108
defaultShowCopyCode: true,
119
})
1210

13-
module.exports = withSentryConfig(withNextra())
11+
module.exports = withNextra()

0 commit comments

Comments
 (0)