[ci] yarn format

This commit is contained in:
matthewp 2021-06-16 12:21:06 +00:00 committed by GitHub Actions
parent dce6a6ce61
commit aa0c4e37fa

View file

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