mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 21:53:12 +02:00
19 lines
248 B
JavaScript
19 lines
248 B
JavaScript
import nextra from 'nextra'
|
|
|
|
const withNextra = nextra({
|
|
defaultShowCopyCode: true,
|
|
search: {
|
|
codeblocks: true,
|
|
},
|
|
})
|
|
|
|
export default withNextra({
|
|
reactStrictMode: true,
|
|
images: {
|
|
unoptimized: true,
|
|
},
|
|
})
|
|
|
|
|
|
|