Skip to content

Commit

Permalink
Merge pull request #1 from ariflogs/blog
Browse files Browse the repository at this point in the history
blog feature ✅
  • Loading branch information
ariflogs authored Jul 2, 2024
2 parents f0c3ed5 + 570e5f8 commit 05e70b6
Show file tree
Hide file tree
Showing 13 changed files with 3,397 additions and 2,363 deletions.
8 changes: 6 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import withMDX from '@next/mdx'

/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
pageExtensions: ['js', 'jsx', 'mdx', 'ts', 'tsx'],
};

export default nextConfig;
export default withMDX()(nextConfig)
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.4",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@types/mdx": "^2.0.13",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.383.0",
Expand Down
Loading

0 comments on commit 05e70b6

Please sign in to comment.