Skip to content

Changelog





  • Added Massgrave activation to Massgrave
  • Added a favicon to the project

  • Added Docker cheat-sheet to Docker commands
  • Added projects directory
  • Added hiddenbar project

  • Exposes full configuration options for astro-icon
  • Allows for icons from @iconify-json/* packages to be used with the square bracket syntax
  • Removed Twitter.
astro.config.mjs
social: [
{ icon: 'gitlab', label: 'GitLab', href: 'https://git.aio.sh/' },
{ icon: 'twitter', label: 'Twitter', href: 'https://twitter.com' },
{ icon: 'blueSky', label: 'BlueSky', href: 'https://bsky.app/profile/assie.cloud' },
],

  • Published the docs.
  • Linked Vercel project to GitLab repository.