Skip to content

Commit

Permalink
feat: add promote kit script to landing page (#466)
Browse files Browse the repository at this point in the history
## Why?

Clear and short explanation here.

## How?

- Done A (replace with a breakdown of the steps)
- Done B
- Done C

## Tickets?

- [Ticket 1](the-ticket-url-here)
- [Ticket 2](the-ticket-url-here)
- [Ticket 3](the-ticket-url-here)

## Contribution checklist?

- [ ] The commit messages are detailed
- [ ] The `build` command runs locally
- [ ] Assets or static content are linked and stored in the project
- [ ] Document filename is named after the slug
- [ ] You've reviewed spelling using a grammar checker
- [ ] For documentation, guides or references, you've tested the
commands and steps
- [ ] You've done enough research before writing

## Security checklist?

- [ ] Sensitive data has been identified and is being protected properly
- [ ] Injection has been prevented (parameterized queries, no eval or
system calls)
- [ ] The Components are escaping output (to prevent XSS)

## References?

Optionally, provide references such as links

## Preview?

Optionally, provide the preview url here
  • Loading branch information
Camila Sosa Morales authored Jan 24, 2025
1 parent 86ba55e commit f23eaaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/layouts/LandingPageHtml.astro
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ const canonicalUrl = generateCanonicalUrl();
/>
<!-- Trackers -->
<Trackers />
<script
async
src="https://cdn.promotekit.com/promotekit.js"
data-promotekit="1d44aef1-870e-4899-a017-3fd29ed3f6cf"></script>
</head>
<body
class="relative flex min-h-dvh flex-col overflow-x-hidden bg-black font-sans text-gray-dark-11 [scrollbar-gutter:stable] selection:bg-yellow-dark-9 selection:text-black"
Expand Down

0 comments on commit f23eaaa

Please sign in to comment.