From 4e2d572d7af48c0da652e921c40f851489fcc05b Mon Sep 17 00:00:00 2001 From: Lachlan Campbell Date: Fri, 6 Nov 2020 22:27:53 +0000 Subject: [PATCH] Fix global rewrite --- README.md | 4 ++-- vercel.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9609a54..82f667cf 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Hack Club logo

+

Hack Club logo

Hack Club v3 Site

The source code for hackclub.com

@@ -7,7 +7,7 @@ Our new website—powered by [Next.js] with [MDX], [Theme UI], & [Hack Club Them [next.js]: https://nextjs.org [mdx]: https://mdxjs.com [theme ui]: https://theme-ui.com -[hack club theme]: https://github.com/hackclub/theme +[hack club theme]: https://theme.hackclub.com Code under MIT License, assets may not be re-used or re-distributed. diff --git a/vercel.json b/vercel.json index 59391486..f6f5212c 100644 --- a/vercel.json +++ b/vercel.json @@ -94,8 +94,8 @@ "destination": "https://map.hackclub.dev/" }, { - "source": "/(.*)/", - "destination": "https://site.hackclub.dev/$1/" + "source": "/(.*)", + "destination": "https://site.hackclub.dev/$1" } ], "github": { "silent": true }