Skip to content

Commit

Permalink
feat: next.config.mjs에 output: export 옵션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcjy committed Jun 29, 2024
1 parent 125b4f3 commit fc1b94f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { withContentlayer } from 'next-contentlayer'

/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
// output: 'export'
};

export default withContentlayer(nextConfig)

0 comments on commit fc1b94f

Please sign in to comment.