asyncapi / website

AsyncAPI specification website
https://www.asyncapi.com
Apache License 2.0
348 stars 527 forks source link

After migration this https://www.asyncapi.com/blog/conference-2022 article looks broken #3049

Closed derberg closed 1 day ago

derberg commented 2 weeks ago

at least in brave I see

Screenshot 2024-06-20 at 15 55 52
shabdpatel commented 1 week ago

Can i work on fixing this bug?

derberg commented 1 week ago

@shabdpatel please

devilkiller-ag commented 1 week ago

I check this problem in local. This was occurring in three blog files:

image

@shabdpatel You just need to change this and things will work fine.

shabdpatel commented 1 week ago

I check this problem in local. This was occurring in three blog files:

* [2024-februrary-summary.md](https://github.com/asyncapi/website/blob/master/markdown/blog/2024-february-summary.md)

* [conference-2022.md](https://github.com/asyncapi/website/blob/master/markdown/blog/conference-2022.md)

* [hacktoberfest-2022.md](https://github.com/asyncapi/website/blob/master/markdown/blog/hacktoberfest-2022.md)
  due to usage of `Profile` instead of `Profiles` component.

image

@shabdpatel You just need to change this and things will work fine.

Sure sir!!