diff --git a/docs/dev.md b/docs/dev.md index 59a9e285ec73..562ccf001baf 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 ```