diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-07-26 08:44:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-26 08:44:14 +0100 |
| commit | 9ca26e57640912967f66b36b7bd352aba7317618 (patch) | |
| tree | f97b85fc36141b0b390f7bedb47a4b045bba88aa | |
| parent | Try adjusting docs root (#1118) (diff) | |
| download | atuin-9ca26e57640912967f66b36b7bd352aba7317618.zip | |
Remove vercel config (#1119)
| -rw-r--r-- | docs/vercel.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/vercel.json b/docs/vercel.json deleted file mode 100644 index 896662c5..00000000 --- a/docs/vercel.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "redirects": [ - { - "source": "/docs/", - "destination": "/docs/guide", - "permanent": true - }, - { - "source": "/docs", - "destination": "/docs/guide", - "permanent": true - }, - { - "source": "/docs/config/key-binding", - "destination": "/docs/key-binding", - "permanent": true - }, - { - "source": "/docs/config/key-binding/", - "destination": "/docs/key-binding", - "permanent": true - } - ] -} |
