mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 05:25:38 +07:00
chore: configure next.js for static export
This commit is contained in:
@@ -3,4 +3,9 @@ const withNextra = require('nextra')({
|
|||||||
themeConfig: './theme.config.tsx',
|
themeConfig: './theme.config.tsx',
|
||||||
})
|
})
|
||||||
|
|
||||||
module.exports = withNextra()
|
module.exports = withNextra({
|
||||||
|
output: 'export',
|
||||||
|
images: {
|
||||||
|
unoptimized: true,
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user