From aa0c4e37fa4f4cd1c9d1894a2a9ae4185a2f6527 Mon Sep 17 00:00:00 2001 From: matthewp Date: Wed, 16 Jun 2021 12:21:06 +0000 Subject: [PATCH] [ci] yarn format --- docs/dev.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dev.md b/docs/dev.md index 59a9e285ec73..562ccf001baf 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -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 ```