From b34da9ee351a515903a315cb6c87bc14b0884a56 Mon Sep 17 00:00:00 2001 From: WayneGoosen <13494899+WayneGoosen@users.noreply.github.com> Date: Sun, 21 Apr 2024 14:03:01 +0200 Subject: [PATCH] Fix typo in ADR for deploying blog using Astro and update content --- packages/blog/docs/adr/20240410-deploy-blog-using-astro.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/blog/docs/adr/20240410-deploy-blog-using-astro.md b/packages/blog/docs/adr/20240410-deploy-blog-using-astro.md index 01af342..e5fa6c4 100644 --- a/packages/blog/docs/adr/20240410-deploy-blog-using-astro.md +++ b/packages/blog/docs/adr/20240410-deploy-blog-using-astro.md @@ -12,7 +12,7 @@ I need to identify a platform or technology for sharing blog content online. Whi ## Decision Drivers - Ideally owning the platform -- Inexpesnive +- Inexpensive - Good performance ## Considered Options @@ -30,6 +30,7 @@ Chosen option: "Astro with github pages", because: - Blog template available. Up and running quickly. - Free hosting with github pages. - A few well known individuals in the industry using Astro. +I can get up and running quickly with a clean blog website. ## Links