Skip to content

Commit

Permalink
docs: fixed ascii based folder strucure in dev.md (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
technikhil314 committed Jun 16, 2021
1 parent 251b0b5 commit dce6a6c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

1 comment on commit dce6a6c

@vercel
Copy link

@vercel vercel bot commented on dce6a6c Jun 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.