1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

chore: add reo to docs

This commit is contained in:
Ivar Conradi Østhus 2023-07-07 12:52:34 +02:00
parent 23981407ef
commit f995a0ed6c
No known key found for this signature in database
GPG Key ID: 14F51E4841AF1DE1
2 changed files with 4 additions and 0 deletions

View File

@ -647,4 +647,7 @@ module.exports = {
async: true, async: true,
}, },
], ],
clientModules: [
require.resolve('./global.js'),
],
}; };

1
website/global.js Normal file
View File

@ -0,0 +1 @@
!function(){var e,t,n;e="5fe670e3422303a",t=function(){Reo.init({clientID:"5fe670e3422303a"})},(n=document.createElement("script")).src="https://static.reo.dev/"+e+"/reo.js",n.async=!0,n.onload=t,document.head.appendChild(n)}();