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;