mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-12-27 06:48:50 +01:00
feat: install Nextra
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {}
|
||||
const withNextra = require('nextra')({
|
||||
theme: 'nextra-theme-docs',
|
||||
themeConfig: './src/theme.config.tsx'
|
||||
})
|
||||
|
||||
module.exports = nextConfig
|
||||
module.exports = withNextra()
|
||||
|
||||
Reference in New Issue
Block a user