Skip to content

Commit 49c07ab

Browse files
committed
update date
1 parent 13a13fb commit 49c07ab

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

src/pages/blog/2024-06-08-announcing-new-graphql-website/index.mdx renamed to src/pages/blog/2024-06-11-announcing-new-graphql-website/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Announcing New GraphQL Website
33
tags: [announcements]
4-
date: 2024-06-08
4+
date: 2024-06-11
55
byline: Dimitri Postolov & Uri Goldshtein
66
---
77

@@ -25,8 +25,8 @@ An initial version of graphql.org v0 was created
2525
Later,
2626
[after 4 years in 2020](https://github.com/graphql/graphql.github.io/pull/896),
2727
the website was migrated to Gatsby by The Guild members
28-
[Saihajpreet SINGH](https://x.com/singh_saihaj) and
29-
[Arda TANRIKULU](https://x.com/ardatanrikulu).
28+
[Saihajpreet Singh](https://x.com/singh_saihaj) and
29+
[Arda Tanrikulu](https://x.com/ardatanrikulu).
3030

3131
![Screenshot of graphql.org v1 with Gatsby](./graphql-org-v1.gif)
3232

src/pages/blog/_meta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import NextLink from "next/link"
33

44
export default {
55
// only for blog posts inside folders we need to specify breadcrumb title
6-
"2024-06-08-announcing-new-graphql-website": "Announcing New GraphQL Website",
6+
"2024-06-11-announcing-new-graphql-website": "Announcing New GraphQL Website",
77
"*": {
88
display: "hidden",
99
theme: {

0 commit comments

Comments
 (0)