Skip to content

Commit

Permalink
Common room script (#6147)
Browse files Browse the repository at this point in the history
* added common room script

* added comment
  • Loading branch information
Marc Hess committed Jul 11, 2024
1 parent 0acbcb3 commit 8b30482
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ const config: Config = {
async: true,
"data-tolt": "fda67739-7ed0-42d2-b716-6da0edbec191",
},
// Common Room
{
src: "https://cdn.cr-relay.com/v1/site/cc8b954c-5f74-4254-a72a-e0d61048bd58/signals.js",
async: true,
},
],
plugins: ["docusaurus-plugin-sass"],
presets: [
Expand Down Expand Up @@ -457,7 +462,8 @@ const config: Config = {
block: { start: "add-start", end: "add-end" },
},
{
className: "theme-code-block-deleted-line deleted-line code-highlight",
className:
"theme-code-block-deleted-line deleted-line code-highlight",
line: "delete-next-line",
block: { start: "delete-start", end: "delete-end" },
},
Expand Down

0 comments on commit 8b30482

Please sign in to comment.