mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-18 03:53:14 +02:00
Initialize public data and docs repository
This commit is contained in:
18
docs/next.config.mjs
Normal file
18
docs/next.config.mjs
Normal file
@@ -0,0 +1,18 @@
|
||||
import nextra from 'nextra'
|
||||
|
||||
const withNextra = nextra({
|
||||
defaultShowCopyCode: true,
|
||||
search: {
|
||||
codeblocks: true,
|
||||
},
|
||||
})
|
||||
|
||||
export default withNextra({
|
||||
reactStrictMode: true,
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user