Skip to content

Commit

Permalink
[ci] yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and actions-user committed Jun 16, 2021
1 parent dce6a6c commit aa0c4e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

1 comment on commit aa0c4e3

@vercel
Copy link

@vercel vercel bot commented on aa0c4e3 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.