parent
c2ffd6e26e
commit
3f42e1c9b4
2 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export function Giscus({ searchTerm }: { searchTerm: string }) {
|
|||
delete config[x[0]];
|
||||
config["data-" + x[0]] = x[1];
|
||||
}
|
||||
return <div>
|
||||
return <div style="max-height:20vh;">
|
||||
<script src="https://giscus.app/client.js" {...config} crossorigin="anonymous" async></script>
|
||||
</div>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue