Skip to content

Commit

Permalink
Merge pull request #43 from redkubes/feat/reo
Browse files Browse the repository at this point in the history
feat: reo integration
  • Loading branch information
dennisvankekem authored Jan 5, 2024
2 parents ad211d1 + d32f3c7 commit 2468253
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,13 @@ module.exports = {
},
],
],
scripts: [
{
src: 'https://static.reo.dev/bca128e3b28a4dc/reo.js',
async: true,
onLoad: () => {
window.Reo && window.Reo.init({ clientID: "bca128e3b28a4dc" });
}
},
],
};

0 comments on commit 2468253

Please sign in to comment.