Skip to content

Commit 3c2026f

Browse files
committed
Change posts to lowercase
1 parent 7f49e71 commit 3c2026f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Post.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Post = () => {
2222
let result
2323

2424
const version = query.get("version")
25-
const getPost = (id) => readItem('Posts', id, {version})
25+
const getPost = (id) => readItem('posts', id, {version})
2626

2727
try {
2828
if (isPreview && token)

0 commit comments

Comments
 (0)