diff --git a/markdown/blog/2024-april-summary.md b/markdown/blog/2024-april-summary.md
index 2a4840506192..a680906c33cb 100644
--- a/markdown/blog/2024-april-summary.md
+++ b/markdown/blog/2024-april-summary.md
@@ -11,7 +11,6 @@ authors:
link: https://www.linkedin.com/in/v-thulisile-sibanda/
byline: AsyncAPI Community Manager
excerpt: 'April Community update'
-featured: true
---
We are excited and commend [Specmatic](https://specmatic.in/) for their commitment to supporting open-source projects. They have sponsored [Pavel Bodiachevskii](https://www.linkedin.com/in/pavel-bo/), whose project assists in parsing AsyncAPI specs in Java and converting the parsed specs into executable contracts using the `jasyncapi` library. This kind of support is truly invaluable to the community and open-source maintainers. Please [check out the latest `jasyncapi` release](https://github.com/asyncapi/jasyncapi/releases/tag/1.0.0-RC) for more details.
diff --git a/markdown/blog/2024-may-summary.md b/markdown/blog/2024-may-summary.md
new file mode 100644
index 000000000000..533058c90d94
--- /dev/null
+++ b/markdown/blog/2024-may-summary.md
@@ -0,0 +1,66 @@
+---
+title: "Community Update: May 2024"
+date: 2024-06-05T06:00:00+01:00
+type: Communication
+tags:
+ - Project Status
+cover: /img/posts/2024-blog-banner/blog-banner-may.webp
+authors:
+ - name: Thulisile Sibanda
+ photo: /img/avatars/thulieblack.webp
+ link: https://www.linkedin.com/in/v-thulisile-sibanda/
+ byline: AsyncAPI Community Manager
+excerpt: 'May Community update'
+featured: true
+---
+
+May has been a fantastic month for our community. We are delighted to announce that [Gravitee](https://gravitee.io/) has joined us as our new Platinum sponsor; thanks to [Georgie Burrows](https://www.linkedin.com/in/georgieburrows/) for making this happen.
+
+
+
+
+
+
+Furthermore, we are thrilled to welcome [SmartBear](http://www.smartbear.com/) as our Silver sponsor.
+
+
+
+
+
+We cannot thank our sponsors enough for their unwavering support. Your contributions are truly invaluable.
+
+## AsyncAPI Conf on Tour
+
+We recently wrapped up our first conference of the year in Helsinki and are grateful to our speakers for coming to share their knowledge and expertise; slide content will be available on the [conference website soon](https://conference.asyncapi.com/venue/helsinki).
+
+Next, we'll be heading to London for our next event. We are still [accepting proposals for speakers](https://conference.asyncapi.com/venue/London), and we encourage anyone who would like to share their expertise or insights with the community to apply. The deadline for submissions is July 12th.
+
+We also seek volunteers to help organize our upcoming online conference in October. If you are interested in being involved in the planning process, hosting, designing, or contributing to the conference page, [please take a moment to fill out the Call for Volunteers form](https://lnkd.in/gAUgTtyB), and we will be in touch soon.
+
+## AsyncAPI Website Migration
+
+Our [AsyncAPI Website](https://www.asyncapi.com/en) has successfully migrated to NextJS + TypeScript for easy maintenance. Thanks to [Akshat Nema](https://www.linkedin.com/in/akshat-nema) for leading this fantastic work and for contributions made by [Ashmit Gupta](https://www.linkedin.com/in/jaisarita), [Ashish Padhy](https://www.linkedin.com/in/ashish-padhy3023), [Vishvamsinh Vaghela](https://www.linkedin.com/in/vishvamsinh-vaghela-591695217/), [Ansh Goyal](https://www.linkedin.com/in/thisisanshg), and [Sambhav Gupta](https://www.linkedin.com/in/sambhavgupta0705). Please [review the new codebase on GitHub](https://github.com/asyncapi/website) and [check out the pull request with the website migration changes](https://github.com/asyncapi/website/pull/2710).
+
+## Spec x Tooling
+We're excited to announce that a new case study from [HDI Global SE](https://www.hdi.global/) is in progress and will soon be available on our website. Please keep an eye on Slack for the announcement when it's ready. For a quick sneak peek of the work-in-progress, check out the [HDI Global SE case study preview](https://github.com/asyncapi/website/pull/3010).
+
+## AsyncAPI Bounty Program
+The [AsyncAPI Bounty Program is now accepting issues for Q3](https://github.com/orgs/asyncapi/discussions/963#discussioncomment-9599187). If you maintain any AsyncAPI repository and have backlog issues you don't have time to address, please consider submitting them. We encourage the submission of design and documentation issues. For more details and to track the current progress for Q2, please check out the [Bounty Board](https://github.com/orgs/asyncapi/projects/36).
+
+## Community Discussion
+
+### Exploring ways of project funding
+We are exploring ways to fund our project, such as monetizing YouTube. If you know of any other funding solutions we could incorporate into the initiative, please share your suggestions in the open discussion on [Exploring Different Ways of Funding Project Work](https://github.com/orgs/asyncapi/discussions/1208).
+
+### Slack Admin Rights for CoC Committee
+
+We are updating and finalizing the new AsyncAPI Code of Conduct Committee documentation. To help ensure the safety of the Slack workspace, we are holding an open vote to grant admin rights to full-time CoCC members. For more details and to cast your vote, please look at the [Proposal for Slack Admin Rights for CoC Main Committee discussion](https://github.com/asyncapi/community/issues/1227).
+
+## New Hire
+
+We are pleased to welcome [Oluwabamikemi Kayode](https://www.linkedin.com/in/atinuke-oluwabamikemi-kayode-5b838b1b7/) as our first Community Marketing Specialist. With the collaboration of experts in the marketing working group, she'll help us spearhead our marketing efforts. Thanks to our [Open Collective donations](https://opencollective.com/asyncapi), Bami is the second person to join the AsyncAPI Initiative and work full-time.
+
+
+## Coming in June
+- **AsyncAPI Mentorship Program** - Many have been wondering if we will have a third cohort of the AsyncAPI Mentorship Program and when it will start. Be sure to keep an eye out for announcements this month.
+- **AsyncAPI Community Updates Newsletter** - The June Edition issue will arrive in your inbox this week. Ensure [you subscribe to the AsyncAPI Newsletter](https://www.asyncapi.com/newsletter); you don't want to miss out.
diff --git a/markdown/blog/asyncapi-website-migration.md b/markdown/blog/asyncapi-website-migration.md
index c346dcfe6ef9..5d159e9aef62 100644
--- a/markdown/blog/asyncapi-website-migration.md
+++ b/markdown/blog/asyncapi-website-migration.md
@@ -1,6 +1,6 @@
---
title: "Migration of AsyncAPI Website to Next.js v14 and TypeScript"
-date: 2024-06-07T12:00:00+05:30
+date: 2024-06-04T12:00:00+05:30
type: Engineering
tags:
- Website
diff --git a/netlify.toml b/netlify.toml
index 5bbb82e63122..2a83666a24e5 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -4,9 +4,6 @@
X-Frame-Options = "ALLOW-FROM https://www.youtube.com/"
Access-Control-Allow-Origin = "*"
-[context.production.environment]
- NODE_ENV = "development"
-
[build]
command = "npm run build"
functions = "netlify/functions"
diff --git a/public/img/posts/2024-blog-banner/blog-banner-may.webp b/public/img/posts/2024-blog-banner/blog-banner-may.webp
new file mode 100644
index 000000000000..ea2fafab1998
Binary files /dev/null and b/public/img/posts/2024-blog-banner/blog-banner-may.webp differ
diff --git a/public/img/sponsors/gravitee.io_logo.jpg b/public/img/sponsors/gravitee.io_logo.jpg
new file mode 100644
index 000000000000..030fbf9b092b
Binary files /dev/null and b/public/img/sponsors/gravitee.io_logo.jpg differ
diff --git a/public/img/sponsors/sb_logo.jpg b/public/img/sponsors/sb_logo.jpg
new file mode 100644
index 000000000000..f625eb3a49cb
Binary files /dev/null and b/public/img/sponsors/sb_logo.jpg differ