From dce6a6ce615ef0bbe981debef65556f4ca910ecc Mon Sep 17 00:00:00 2001 From: Nikhil Mehta <6815560+technikhil314@users.noreply.github.com> Date: Wed, 16 Jun 2021 17:49:57 +0530 Subject: [PATCH] docs: fixed ascii based folder strucure in dev.md (#461) --- docs/dev.md | 7 +++++-- 1 file 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.