diff --git a/public/og-image.png b/public/og-image.png new file mode 100644 index 00000000..8feaa932 Binary files /dev/null and b/public/og-image.png differ diff --git a/src/pages/contribute-to-opensource.astro b/src/pages/contribute-to-opensource.astro index 64d74493..9501b67b 100644 --- a/src/pages/contribute-to-opensource.astro +++ b/src/pages/contribute-to-opensource.astro @@ -1,22 +1,27 @@ --- +const title = "How to Contribute to Open Source: A Complete Guide for Beginners"; +const description = + "Learn how to contribute to open source with this beginner-friendly guide. Discover the benefits, steps, and best practices for making your first contribution."; +const pageUrl = "https://firstcontributions.github.io/contribute-to-opensource"; +const imageUrl = "https://firstcontributions.github.io/og-image.png"; +const iconUrl = "https://firstcontributions.github.io/favicon.svg"; --- - + + - - How to Contribute to Open Source: A Complete Guide for Beginners - + {title} - + -