Skip to content

Commit

Permalink
Fix. contentslayer build error fix
Browse files Browse the repository at this point in the history
contentlayerdev/contentlayer#129
해당 이슈 참고하여 수정
  • Loading branch information
Seo0H committed Oct 5, 2023
1 parent 1c72462 commit 574054a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions next.config.mjs → next.config.js
@@ -1,4 +1,4 @@
import { withContentlayer } from 'next-contentlayer';
const { withContentlayer } = require('next-contentlayer');

/** @type {import('next').NextConfig} */
const nextConfig = {
Expand All @@ -15,4 +15,5 @@ const nextConfig = {
},
},
};
export default withContentlayer(nextConfig);

module.exports = withContentlayer(nextConfig);
1 change: 0 additions & 1 deletion posts/2023/blog-making/1.mdx
Expand Up @@ -2,7 +2,6 @@
title: '블로그 제작 기술 스택 선정하기'
description: '어떤 기술 스택을 사용해야 잘 사용 했다고 소문이 날까?'
draft: false
tag: 'Blog-making'
image: '/img/2023/blog-making/thumbnail.png'
date: 2023-09-04 17:07:31
---
Expand Down

0 comments on commit 574054a

Please sign in to comment.