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