kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
12 wiersze
226 B
JavaScript
12 wiersze
226 B
JavaScript
![]() |
import nextra from 'nextra'
|
||
|
|
||
|
const withNextra = nextra({
|
||
|
theme: 'nextra-theme-docs',
|
||
|
themeConfig: './theme.config.tsx',
|
||
|
staticImage: true,
|
||
|
flexsearch: false,
|
||
|
defaultShowCopyCode: true
|
||
|
})
|
||
|
|
||
|
export default withNextra()
|