This commit is contained in:
2025-05-05 11:19:03 -03:00
parent 9be27c9ccb
commit fef31734d6
11 changed files with 234 additions and 20 deletions

View File

@@ -28,7 +28,7 @@ const { data } = course;
const { Content } = await render(course);
---
<Layout>
<Layout title={data.title}>
<Fragment slot="head">
<title>{data.title} &mdash; EDUSEG&reg;</title>
</Fragment>

View File

@@ -71,6 +71,7 @@ const currency = new Intl.NumberFormat("pt-BR", {
const r = await checkout(item);
const json = await r.json();
target.disabled = true;
location.href = `https://checkout.betaeducacao.com.br/${json.id}`;
});
</script>