mirror of
https://github.com/pykeio/ort
synced 2026-04-26 00:44:56 +02:00
12 lines
180 B
JavaScript
12 lines
180 B
JavaScript
import nextra from 'nextra';
|
|
|
|
export default nextra({
|
|
theme: 'nextra-theme-docs',
|
|
themeConfig: './theme.config.jsx'
|
|
})({
|
|
output: 'export',
|
|
images: {
|
|
unoptimized: true
|
|
}
|
|
});
|