From 321526a3f549df979450f3f9b4522e824628e820 Mon Sep 17 00:00:00 2001 From: Michael Chan <mijoch@gmail.com> Date: Mon, 8 Jul 2024 21:26:50 -0700 Subject: [PATCH] does making it SSR fix the download issue? --- chan.dev/src/pages/auth/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chan.dev/src/pages/auth/index.js b/chan.dev/src/pages/auth/index.js index accfdd59..1531fd05 100644 --- a/chan.dev/src/pages/auth/index.js +++ b/chan.dev/src/pages/auth/index.js @@ -1,6 +1,6 @@ import {WorkOS} from '@workos-inc/node' // import type {APIRoute} from 'astro' -// export const prerender = false +export const prerender = false const workos = new WorkOS(import.meta.env.WORKOS_API_KEY) const clientId = import.meta.env.WORKOS_CLIENT_ID