From 8ba437ae2088c1a074c671a2bcb8657c2e547a63 Mon Sep 17 00:00:00 2001 From: Mordechai Dror Date: Mon, 6 May 2024 10:36:12 +0300 Subject: [PATCH] fix typo --- .../content/projects/digital-garden/changelogs/200/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/blog/content/projects/digital-garden/changelogs/200/index.md b/packages/blog/content/projects/digital-garden/changelogs/200/index.md index bfa47d4..e9be64a 100644 --- a/packages/blog/content/projects/digital-garden/changelogs/200/index.md +++ b/packages/blog/content/projects/digital-garden/changelogs/200/index.md @@ -14,7 +14,7 @@ Prior to that it was written with Astro. Long story short I'm not a fan of the f #### First rewrite: NuxtJS -First I looked on NuxtJS. It sadly also has file-based routing, but the app can be split into domain-specific "sub-apps" with Nuxt Layers. Underlying Vue still introduces the its own file extension (`.vue`), but this one is old enough for IDE to have a good support. Just like Astro it has plugin for working with Markdown files as a CMS, called Nuxt Content. It can be built with SSG or SSR-mode and has a mature ecosystem of all sorts of integrations. +First I looked on NuxtJS. It sadly also has file-based routing, but the app can be split into domain-specific "sub-apps" with Nuxt Layers. Underlying Vue still introduces its own file extension (`.vue`), but this one is old enough for IDE to have a good support. Just like Astro it has a plugin for working with Markdown files as a CMS, called Nuxt Content. It can be built with SSG or SSR-mode and has a mature ecosystem of all sorts of integrations. Everything looked perfect from the outside, but when I glued everything together it started to feel like serious overkill, the mother of all overkills. Even worse than that I faced several issues that are there only because how the framework is build: