fix: update Hyvor website ID to 15040
This commit is contained in:
parent
f168cfec0e
commit
67caa75f3c
1 changed files with 2 additions and 6 deletions
|
|
@ -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>
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue