chore: update intro, email, and switch to Hyvor comments
This commit is contained in:
parent
b70dba44c2
commit
f168cfec0e
5 changed files with 23 additions and 18 deletions
13
src/components/Hyvor.astro
Normal file
13
src/components/Hyvor.astro
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue