Skip to content

Commit e6362ad

Browse files
committed
update: dependencies in package.json and revise README.md
1 parent ad72dcd commit e6362ad

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Next.js 13 Blog Tutorial: Build SEO Optimized Personal Blog with Next.js, Contentlayer, and Tailwind CSS 🔥
1+
# Next.js Blog Tutorial: Build SEO Optimized Personal Blog with Next.js, Contentlayer, and Tailwind CSS 🔥
22

33
![GitHub stars](https://img.shields.io/github/stars/codebucks27/Nextjs-contentlayer-blog?style=social&logo=ApacheSpark&label=Stars)  
44
![GitHub forks](https://img.shields.io/github/forks/codebucks27/Nextjs-contentlayer-blog?style=social&logo=KashFlow&maxAge=3600)  
@@ -10,8 +10,8 @@ For Demo and Final Code checkout following links👇: <br />
1010
[Nextjs Personal Blog Website Demo](https://create-blog-with-nextjs.vercel.app/) <br />
1111

1212
Final Code👇: <br />
13-
Link 1💚: [Nextjs Personal Blog Website Final Code](https://github.com/codebucks27/Nextjs-tailwindcss-blog-template) <br />
14-
Link 2💚(If you want to support): [Nextjs Personal Blog Website Final Code](https://codebucks.gumroad.com/l/ypzlu) <br />
13+
Tutorial Code that uses Contentlayer: [Nextjs Personal Blog Website Final Code (contentlayer)](https://github.com/codebucks27/Nextjs-tailwindcss-blog-template/tree/Contentlayer) <br />
14+
Latest Code with Velite.js instead of Contentlayer: [Nextjs Personal Blog Website Final Code (velite.js)](https://github.com/codebucks27/Nextjs-tailwindcss-blog-template) (Since contentlayer is not actively maintained, I've updated the code to use Velite.js instead.) <br />
1515

1616
If you want to learn how to create it please follow below tutorial👇: <br />
1717
https://youtu.be/1QGLHOaRLwM <br />

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"dependencies": {
1212
"@dotlottie/react-player": "^1.2.1",
1313
"@supabase/auth-helpers-nextjs": "^0.7.4",
14+
"@supabase/supabase-js": "^2.47.9",
1415
"@tailwindcss/forms": "^0.5.5",
1516
"@tailwindcss/typography": "^0.5.9",
1617
"autoprefixer": "10.4.15",
@@ -19,7 +20,7 @@
1920
"eslint": "8.48.0",
2021
"eslint-config-next": "13.4.19",
2122
"github-slugger": "^2.0.0",
22-
"next": "15.0.2",
23+
"next": "13.5.4",
2324
"next-contentlayer": "^0.3.4",
2425
"next-sitemap": "^4.2.2",
2526
"postcss": "8.4.31",

0 commit comments

Comments
 (0)