From 991a7b45a0bd2c12bd5f3e2c5607933b98f13b29 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 14 Jun 2023 13:41:17 +0200 Subject: [PATCH] chore: update Colophon --- src/pages/colophon.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/colophon.mdx b/src/pages/colophon.mdx index bacd08b..521424c 100644 --- a/src/pages/colophon.mdx +++ b/src/pages/colophon.mdx @@ -40,7 +40,7 @@ The source code of this website is available on [GitHub](https://github.com/koga - All images are optimized with [Astro ImageTools](https://github.com/RafidMuhymin/astro-imagetools/). - I use YouTube Lite, provided by [Astro Embed](https://github.com/astro-community/astro-embed). - [Astro SEO](https://github.com/jonasmerlin/astro-seo) makes it easy to add the SEO relevant information. -- I use [Astro Webmanifest](https://github.com/alextim/astro-lib/tree/main/packages/astro-webmanifest) and [Astro Service Worker](https://github.com/tatethurston/astrojs-service-worker) to optimize the website. +- I use [Astro Webmanifest](https://github.com/alextim/astro-lib/tree/main/packages/astro-webmanifest), [Astro Service Worker](https://github.com/tatethurston/astrojs-service-worker), [Astro Critters](https://github.com/astro-community/astro-critters), and [Astro Compress](https://github.com/astro-community/astro-compress) to optimize the website. - To generate charts, I use [Chart.js](https://www.chartjs.org/), [react-chartjs-2](https://react-chartjs-2.js.org/), and [chartjs-plugin-autocolors](https://github.com/kurkle/chartjs-plugin-autocolors). - I use [reading-time](https://github.com/ngryman/reading-time) to add the reading time to Remark. - To parse and format dates I use [Moment.js](https://momentjs.com/).