update
This commit is contained in:
parent
beac31c9ae
commit
2f8f5d2750
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
const { Title } = Astro.props
|
||||
import { ViewTransitions } from 'astro:transitions';
|
||||
---
|
||||
|
||||
<head>
|
||||
|
@ -7,3 +8,4 @@ const { Title } = Astro.props
|
|||
<meta name="viewport" content="width=device-width, initial-scale=2.2" />
|
||||
<title>{Title}</title>
|
||||
</head>
|
||||
<ViewTransitions />
|
|
@ -22,7 +22,7 @@ export const POST: APIRoute = async ({ request, redirect }) => {
|
|||
plan: "Free",
|
||||
theme: "Dark",
|
||||
color_scheme: "Green",
|
||||
beta: true
|
||||
beta: true,
|
||||
}
|
||||
},
|
||||
email,
|
||||
|
|
Loading…
Reference in a new issue