Skip to content

Commit

Permalink
chore: adds Highlight.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshnirmalya committed Nov 8, 2023
1 parent 849501a commit 27e6156
Show file tree
Hide file tree
Showing 7 changed files with 675 additions and 62 deletions.
6 changes: 4 additions & 2 deletions next.config.js → next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const { withContentlayer } = require("next-contentlayer");
import { withContentlayer } from "next-contentlayer";

import("./src/env.mjs");

/** @type {import('next').NextConfig} */
const nextConfig = {
Expand All @@ -14,4 +16,4 @@ const nextConfig = {
},
};

module.exports = withContentlayer(nextConfig);
export default withContentlayer(nextConfig);
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/inter": "^5.0.15",
"@highlight-run/next": "^7.2.0",
"@t3-oss/env-nextjs": "^0.7.1",
"@vercel/analytics": "^1.1.1",
"contentlayer": "^0.3.4",
"dayjs": "^1.11.10",
Expand All @@ -37,7 +39,8 @@
"rehype-slug": "^5.1.0",
"remark-external-links": "^9.0.1",
"remark-gfm": "^3.0.1",
"remark-unwrap-images": "^3.0.1"
"remark-unwrap-images": "^3.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@release-it/conventional-changelog": "^7.0.2",
Expand Down
Loading

0 comments on commit 27e6156

Please sign in to comment.