flightsim-on-linux/next.config.js
2023-06-23 16:31:56 +01:00

8 lines
188 B
JavaScript

/** @type {import('next').NextConfig} */
const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './src/theme.config.tsx'
})
module.exports = withNextra()