chore: update intro, email, and switch to Hyvor comments

This commit is contained in:
Neeldhara Misra 2026-02-20 13:53:20 +05:30
parent b70dba44c2
commit f168cfec0e
5 changed files with 23 additions and 18 deletions

View file

@ -0,0 +1,13 @@
---
// Hyvor Talk comments component
const WEBSITE_ID = 12930; // Your Hyvor Talk website ID
---
<hyvor-talk-comments
website-id={WEBSITE_ID}
page-id={Astro.url.pathname}
colors="light"
color-scheme="auto"
></hyvor-talk-comments>
<script is:inline src="https://talk.hyvor.com/embed/embed.js" type="module"></script>