Skip to content

Commit

Permalink
docs: add reo.ai
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmaribojoc committed Jul 31, 2023
1 parent 4277fb2 commit cbb8bc7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ module.exports = {
`,
],
],
// REO.ai
[
'script',
{},
[`!function(){var e,t,n;e="https://static.reo.dev/reo.js",t=function(){Reo.init({"clientID":"20bbeae9ca04f95"})},(n=document.createElement("script")).src=e,n.async=!0,n.onload=t,document.head.appendChild(n)}();`]
]
],
postcss: {
plugins: [require('tailwindcss')('./tailwind.config.js'), require('autoprefixer')],
Expand Down

0 comments on commit cbb8bc7

Please sign in to comment.