This commit is contained in:
Korbs 2024-07-17 03:57:30 -04:00
parent beac31c9ae
commit 2f8f5d2750
2 changed files with 4 additions and 2 deletions

View file

@ -1,9 +1,11 @@
--- ---
const { Title } = Astro.props const { Title } = Astro.props
import { ViewTransitions } from 'astro:transitions';
--- ---
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=2.2" /> <meta name="viewport" content="width=device-width, initial-scale=2.2" />
<title>{Title}</title> <title>{Title}</title>
</head> </head>
<ViewTransitions />

View file

@ -22,7 +22,7 @@ export const POST: APIRoute = async ({ request, redirect }) => {
plan: "Free", plan: "Free",
theme: "Dark", theme: "Dark",
color_scheme: "Green", color_scheme: "Green",
beta: true beta: true,
} }
}, },
email, email,