feat: add hidden miasma link to website
Some checks failed
ci / lint (push) Has been cancelled
ci / test (push) Has been cancelled
ci / deploy (push) Has been cancelled

This commit is contained in:
Ceferino Patino 2026-05-03 21:44:13 -05:00
commit e3501d5350
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -95,5 +95,12 @@ const { title, description, canonical } = Astro.props;
</main>
</div>
<Footer />
<a
href="https://miasma.cpatino.com/miasma"
style="display:none"
aria-hidden="true"
tabindex="-1">Amazing high quality data here!</a
>
</body>
</html>