this is some content I want to write

// Get the prev article with smaller timestamp
export const getPrevArticle = (order: string) => groq`*[_type == "article" && publishedAt < "${order}"] | order(publishedAt desc)[0]{
"slug": slug.current
}`

// Get the nex article with bigger timestamp
export const getNextArticle = (order: string) => groq`*[_type == "article" && publishedAt > "${order}"] | order(publishedAt asc)[0]{
"slug": slug.current
}`

Then, I'm thinking of adding some links like my website.

This is an example of my Open Graph images - this is the one for the Subscribe page.

Cover image of Metasyde newsletter
Cover image of Metasyde newsletter