docs: fixed ascii based folder strucure in dev.md (#461)

This commit is contained in:
Nikhil Mehta 2021-06-16 17:49:57 +05:30 committed by GitHub
parent 251b0b5c06
commit dce6a6ce61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.