Skip to content

Commit

Permalink
https://github.com/contentlayerdev/contentlayer/issues/129
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-sihun committed Apr 22, 2024
1 parent 6b93ac7 commit 850c494
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
17 changes: 17 additions & 0 deletions next.config.js
@@ -0,0 +1,17 @@
const { withContentlayer } = require("next-contentlayer");

const nextConfig = {
reactStrictMode: true,
swcMinify: true,
images: {
remotePatterns: [
{
protocol: "https",
hostname: "lh3.googleusercontent.com",
port: "",
},
],
},
};

module.exports = withContentlayer(nextConfig);
17 changes: 0 additions & 17 deletions next.config.mjs

This file was deleted.

0 comments on commit 850c494

Please sign in to comment.