Skip to content

Commit

Permalink
fix: opt out of prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsp45 committed Mar 1, 2024
1 parent cf3c88a commit 089a675
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/api/register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { createClient } from "@supabase/supabase-js";
import type { DataItem } from "~/types";
import { SMTPClient } from "emailjs";

export const prerender = false;

const supabase = createClient(
import.meta.env.SUPABASE_URL,
import.meta.env.SUPABASE_ANON_KEY,
Expand Down

0 comments on commit 089a675

Please sign in to comment.