mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-09-10 20:40:40 +00:00
6
docs/next.config.js
Normal file
6
docs/next.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const withNextra = require('nextra')({
|
||||
theme: 'nextra-theme-docs',
|
||||
themeConfig: './theme.config.jsx',
|
||||
})
|
||||
|
||||
module.exports = withNextra()
|
Reference in New Issue
Block a user