From 54b87968615691204d344872005c4eb5505fd904 Mon Sep 17 00:00:00 2001 From: Yangshun Date: Sun, 22 Sep 2024 11:15:52 +0800 Subject: [PATCH] web: point Grind 75 to Cloudflare version --- apps/website/functions/grind75/[[catchall]].js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/functions/grind75/[[catchall]].js b/apps/website/functions/grind75/[[catchall]].js index fb0b32ce..94e073c2 100644 --- a/apps/website/functions/grind75/[[catchall]].js +++ b/apps/website/functions/grind75/[[catchall]].js @@ -1,4 +1,4 @@ -const SOURCE_HOST = 'https://grind75.vercel.app'; +const SOURCE_HOST = 'https://grind75.pages.dev'; export async function onRequest(context) { const { request } = context;