aboutsummaryrefslogtreecommitdiff
path: root/docs/dev.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev.md')
-rw-r--r--docs/dev.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/dev.md b/docs/dev.md
index d9223cbbd..59a9e285e 100644
--- a/docs/dev.md
+++ b/docs/dev.md
@@ -29,8 +29,11 @@ For any URL you visit that doesn't have a corresponding page, the `400.astro` fi
This is a custom **500** status code page. You can add this route by adding a page component to your `src/pages` folder:
-```astro
-├── src/ │ ├── components/ │ └── pages/ │ └── 500.astro
+```
+├── src/
+│ ├── components/
+│ └── pages/
+│ └── 500.astro
```
This page is used any time an error occurs in the dev server.