You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Astro has <Image> and <Picture> components that should be used instead of HTML's <img> in most cases. Perhaps it would be better to use them in the nixos.org website. See this documentation.
I'm willing to open PR closing this issue.
The text was updated successfully, but these errors were encountered:
Changes:
- migrate `/community`, `/community/[team]`, `/community/event-funding`
and `/community/commercial-support` to Astro
- update DaisyUI to `4.0.4` for timeline support
- animate RFC diagram
- load content from content collections (22 new `.yaml` or `.mdx` files)
- introduce `MDXLayout` for creating pages in mdx
- translate content from `html` to `mdx`/`yaml`
- use Fisher-Yates algorithm for unbiased shuffle in commercial support
page
- add members of nixcon team, based on [this
post](https://discourse.nixos.org/t/governance-through-project-leads-in-nixcon-2024/33981#how-can-you-get-involved-3)
- add contact section to team pages
- update link for adding company to `/commercial-support`, will be
active after merge
What can be improved in another PR:
- #1162
- #1161
---------
Co-authored-by: Thilo Billerbeck <[email protected]>
Astro has
<Image>
and<Picture>
components that should be used instead of HTML's<img>
in most cases. Perhaps it would be better to use them in the nixos.org website. See this documentation.I'm willing to open PR closing this issue.
The text was updated successfully, but these errors were encountered: