mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
feat: documentation site
This commit is contained in:
9
apps/documentation/next.config.js
Normal file
9
apps/documentation/next.config.js
Normal file
@ -0,0 +1,9 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {};
|
||||
|
||||
const withNextra = require('nextra')({
|
||||
theme: 'nextra-theme-docs',
|
||||
themeConfig: './theme.config.jsx',
|
||||
});
|
||||
|
||||
module.exports = withNextra(nextConfig);
|
||||
Reference in New Issue
Block a user