From 915ed143969ecef5987122b43260b0f38a9007d5 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Sun, 21 Jan 2024 05:41:42 -0800 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a1a4356..df4ddfdf 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ The routes are the same as a standard Ghost Blog so you can migrate to Astro eas | Route | Content | | --------------------- | ----------------------------------------- | | `/` | Homepage with recents/features Blog Posts | +| `/404` | 404 Page | | `/[slug]` | Post or Page | | `/author/[slug]` | Author page with related posts | | `/authors` | All the authors |