Skip to content

Commit

Permalink
does making it SSR fix the download issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
chantastic committed Jul 9, 2024
1 parent cc3e363 commit 321526a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chan.dev/src/pages/auth/index.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 321526a

Please sign in to comment.