summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/dev.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev.md b/docs/dev.md
index 59a9e285e..562ccf001 100644
--- a/docs/dev.md
+++ b/docs/dev.md
@@ -30,9 +30,9 @@ 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:
```
-├── src/
-│ ├── components/
-│ └── pages/
+├── src/
+│ ├── components/
+│ └── pages/
│ └── 500.astro
```