Skip to content

Commit ec78bcc

Browse files
committed
fixed bug of duplicate ids
1 parent 231bd67 commit ec78bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/database/blogs/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const blogs: Blog[] = [
5858
slug: "git-coding-agent",
5959
},
6060
{
61-
id: 6,
61+
id: 7,
6262
title: "Apache Spark Tutorial",
6363
image: "/img/blogs/07-spark-blog-banner.png",
6464
description:

0 commit comments

Comments
 (0)