Skip to content

Commit 9645036

Browse files
committed
chore: test export output
1 parent 3cde5b4 commit 9645036

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/docs/next.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const withNextra = require('nextra')({
22
theme: 'nextra-theme-docs',
3-
themeConfig: './theme.config.jsx'
3+
themeConfig: './theme.config.jsx',
4+
output: "export"
45
})
56

67
module.exports = withNextra()

0 commit comments

Comments
 (0)