Skip to content

Commit

Permalink
Merge pull request #6945 from vuestorefront/docs/reo-ai
Browse files Browse the repository at this point in the history
docs: add reo.ai
  • Loading branch information
filrak committed Aug 1, 2023
2 parents 4277fb2 + cbb8bc7 commit 7286ed6
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 7286ed6

Please sign in to comment.