From 42315639d14ead79b5fac04508df8be793bbbc0b Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 17 Dec 2021 23:03:12 +0100 Subject: chore: add title and meta desc to posts --- src/services/graphql/post.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/services/graphql/post.ts') diff --git a/src/services/graphql/post.ts b/src/services/graphql/post.ts index cc6232a..245bf7a 100644 --- a/src/services/graphql/post.ts +++ b/src/services/graphql/post.ts @@ -75,6 +75,7 @@ const fetchPostBySlug: FetchPostByReturn = async (slug: string) => { } modified seo { + title metaDesc opengraphAuthor opengraphDescription -- cgit v1.2.3