From d7cc3cbc62d15c6bed7314ed56ede72cb5d9c683 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20B?=
<54446028+prototypa@users.noreply.github.com>
Date: Wed, 30 Aug 2023 12:11:53 -0400
Subject: [PATCH 1/2] Update README.md
---
README.md | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 0f1019f..ee35d82 100644
--- a/README.md
+++ b/README.md
@@ -7,19 +7,17 @@
**AstroWind** is a free and open-source template to make your website using **[Astro 3.0](https://astro.build/) + [Tailwind CSS](https://tailwindcss.com/)**. Ready to start a new project and designed taking into account web best practices.
-## Features
-
-- ✅ Integration with **Tailwind CSS** ([@astrojs/tailwind](https://docs.astro.build/en/guides/integrations-guide/tailwind/)) supporting **Dark mode** and **_RTL_**.
-- ✅ **Production-ready** scores in [Lighthouse](https://web.dev/measure/) and [PageSpeed Insights](https://pagespeed.web.dev/) reports.
-- ✅ **Fast and SEO friendly blog** with automatic **RSS feed** ([@astrojs/rss](https://docs.astro.build/en/guides/rss/)), [**MDX** support](https://docs.astro.build/en/guides/integrations-guide/mdx/), **Categories & Tags**, **Social Share**, ...
-- ✅ **Image Optimization** (using new [Astro Assets](https://astro.build/blog/images/) and [Unpic](https://unpic.pics/lib/) for Universal image CDN) and **Font optimization**.
-- ✅ Generation of **project sitemap** based on your routes ([@astrojs/sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/)).
+- ✅ **Production-ready** scores in **PageSpeed Insights** reports.
+- ✅ Integration with **Tailwind CSS** supporting **Dark mode** and **_RTL_**.
+- ✅ **Fast and SEO friendly blog** with automatic **RSS feed**, **MDX** support, **Categories & Tags**, **Social Share**, ...
+- ✅ **Image Optimization** (using new **Astro Assets** and **Unpic** for Universal image CDN).
+- ✅ Generation of **project sitemap** based on your routes.
- ✅ **Open Graph tags** for social media sharing.
- ✅ **Analytics** built-in Google Analytics, and Splitbee integration.
-
+
[](https://onwidget.com)
[](https://github.com/onwidget/astrowind/blob/main/LICENSE.md)
From 80fae9e58c2ddae1d7b491ba92b7bd4306a798d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20B?=
<54446028+prototypa@users.noreply.github.com>
Date: Wed, 30 Aug 2023 12:24:36 -0400
Subject: [PATCH 2/2] Update sandbox.config.json
---
sandbox.config.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sandbox.config.json b/sandbox.config.json
index b12019e..1860764 100644
--- a/sandbox.config.json
+++ b/sandbox.config.json
@@ -6,6 +6,6 @@
"container": {
"port": 3000,
"startScript": "start",
- "node": "16"
+ "node": "18"
}
}