+ If it looks ok, great! But if not, please let me know about it. + Either by + reaching out on Discord + or feel free to create + an issue on Github. +
++ I recently added a backend endpoint to auto-generate pretty (I hope) Open Graph images. + They are those little preview images you see when you paste a link in Discord (for example). +
++ This idea is that it will auto-generate an image, but I am certain there are some edge cases + where that will not work. + There are hundreds of pages on this website and checking them all one by one is not something + I see myself doing. But since you are here on this page, perhaps you could see if the image + above looks ok. +
+Thank you, I really appreciate your help with this.
+- I recently added a backend endpoint to auto-generate pretty (I hope) Open Graph images. - They are those little preview images you see when you paste a link in Discord (for example). -
-- This idea is that it will auto-generate an image, but I am certain there are some edge cases - where that will not work. - There are hundreds of pages on this website and checking them all one by one is not something - I see myself doing. But since you are here on this page, perhaps you could see if the image - above looks ok. -
-If it does look ok, then Yay! that is great and no need to do anything.
-- If it is not ok, please let me know about it. - Either by - reaching out on Discord - or feel free to create - an issue on Github. -
-Thank you, I really appreciate your help with this.
-- I recently added a backend endpoint to auto-generate pretty (I hope) Open Graph images. - They are those little preview images you see when you paste a link in Discord (for example). -
-- This idea is that it will auto-generate an image, but I am certain there are some edge cases - where that will not work. - There are hundreds of pages on this website and checking them all one by one is not something - I see myself doing. But since you are here on this page, perhaps you could see if the image - above looks ok. -
-If it does look ok, then Yay! that is great and no need to do anything.
-- If it is not ok, please let me know about it. - Either by - reaching out on Discord - or feel free to create - an issue on Github. -
-Thank you, I really appreciate your help with this.
-{JSON.stringify(props, null, 2)}) } diff --git a/packages/freesewing.dev/pages/blog/index.js b/packages/freesewing.dev/pages/blog/index.js index cbab44d357f..3be440edab8 100644 --- a/packages/freesewing.dev/pages/blog/index.js +++ b/packages/freesewing.dev/pages/blog/index.js @@ -4,6 +4,7 @@ import Link from 'next/link' import { posts } from 'site/prebuild/strapi.blog.en.js' import orderBy from 'lodash.orderby' import TimeAgo from 'react-timeago' +import HelpUs from 'site/components/help-us.js' const strapi = "https://posts.freesewing.org" @@ -55,6 +56,7 @@ const BlogIndexPage = (props) => { .map(post =>