Skip to content

Commit 1384321

Browse files
committed
upgade to latest nextra and add tailwind
1 parent dcca239 commit 1384321

29 files changed

+8488
-1583
lines changed

next.config.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const withNextra = require('nextra')({
22
theme: 'nextra-theme-docs',
3-
themeConfig: './theme.config.js',
4-
unstable_staticImage: true,
5-
strictMode: true
3+
themeConfig: './theme.config.tsx',
64
})
5+
76
module.exports = withNextra()

0 commit comments

Comments
 (0)