diff --git a/src/components/Head.astro b/src/components/Head.astro index f703729..633d20c 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -1,9 +1,11 @@ --- const { Title } = Astro.props +import { ViewTransitions } from 'astro:transitions'; --- {Title} - \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/api/auth/register.ts b/src/pages/api/auth/register.ts index dd1f3d9..bc3a15a 100644 --- a/src/pages/api/auth/register.ts +++ b/src/pages/api/auth/register.ts @@ -22,7 +22,7 @@ export const POST: APIRoute = async ({ request, redirect }) => { plan: "Free", theme: "Dark", color_scheme: "Green", - beta: true + beta: true, } }, email,