Skip to content

Commit

Permalink
cron + links
Browse files Browse the repository at this point in the history
  • Loading branch information
rashadphz committed Jan 10, 2025
1 parent cf0f682 commit 9782468
Show file tree
Hide file tree
Showing 13 changed files with 729 additions and 9 deletions.
8 changes: 7 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
const { withContentlayer } = require("next-contentlayer");

/** @type {import('next').NextConfig} */
const nextConfig = { reactStrictMode: true, swcMinify: true };
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
images: {
domains: ['www.google.com'],
},
};

module.exports = withContentlayer(nextConfig);
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"@notionhq/client": "^2.2.15",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.1.1",
"@supabase/supabase-js": "^2.47.12",
"@vercel/analytics": "^1.1.1",
"cheerio": "1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"contentlayer": "^0.3.4",
"date-fns": "^3.0.6",
"framer-motion": "^6.2.8",
"fuse.js": "^7.0.0",
"geist": "^1.2.0",
"lucide-react": "^0.307.0",
"next": "14.0.4",
Expand Down
Loading

0 comments on commit 9782468

Please sign in to comment.