Skip to content

Commit e05bc61

Browse files
committed
Fix date and title
1 parent e2bdb38 commit e05bc61

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed
Binary file not shown.

src/pages/blog/2025-06-10-graphiql-5/index.mdx renamed to src/pages/blog/2025-07-17-graphiql-5/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: The New GraphiQL 5 is Released; Press F1!
2+
title: GraphiQL 5 Released; Press F1!
33
tags: [announcements, grants]
4-
date: 2025-06-10
4+
date: 2025-07-17
55
byline: Dimitri Postolov
66
---
77

src/pages/blog/_meta.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import NextLink from "next/link"
44
export default {
55
// only for blog posts inside folders we need to specify breadcrumb title
66
"2024-06-11-announcing-new-graphql-website": "Announcing New GraphQL Website",
7+
"2025-07-17-graphiql-5": "GraphiQL 5 Release; Press F1!",
78
"*": {
89
display: "hidden",
910
theme: {

0 commit comments

Comments
 (0)