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
|
const { Title } = Astro.props
|
||||||
|
import { ViewTransitions } from 'astro:transitions';
|
||||||
---
|
---
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
@ -7,3 +8,4 @@ const { Title } = Astro.props
|
||||||
<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 />
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue