mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
feat: add content layer
Add blog pages Add privacy page
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
/* eslint-disable @typescript-eslint/no-var-requires */
|
||||
const path = require('path');
|
||||
const { withContentlayer } = require('next-contentlayer');
|
||||
|
||||
const { parsed: env } = require('dotenv').config({
|
||||
path: path.join(__dirname, '../../.env.local'),
|
||||
@ -12,4 +13,4 @@ const config = {
|
||||
env,
|
||||
};
|
||||
|
||||
module.exports = config;
|
||||
module.exports = withContentlayer(config);
|
||||
|
||||
Reference in New Issue
Block a user