fix: update Hyvor website ID to 15040

This commit is contained in:
Neeldhara Misra 2026-02-20 13:56:34 +05:30
parent f168cfec0e
commit 67caa75f3c

View file

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