parent
9cbe9e0abe
commit
1478dca7de
@ -47,7 +47,7 @@ function createScriptTagSnippet(embed, scriptHost, serverHost) {
|
|||||||
return `<!--
|
return `<!--
|
||||||
Paste this script at the bottom of your HTML before the </body> tag.
|
Paste this script at the bottom of your HTML before the </body> tag.
|
||||||
See more style and config options on our docs
|
See more style and config options on our docs
|
||||||
https://github.com/Mintplex-Labs/anything-llm/tree/master/embed/README.md
|
https://github.com/Mintplex-Labs/anythingllm-embed/blob/main/README.md
|
||||||
-->
|
-->
|
||||||
<script
|
<script
|
||||||
data-embed-id="${embed.uuid}"
|
data-embed-id="${embed.uuid}"
|
||||||
@ -90,7 +90,7 @@ const ScriptTag = ({ embed }) => {
|
|||||||
in the corner of your website.
|
in the corner of your website.
|
||||||
</p>
|
</p>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/Mintplex-Labs/anything-llm/tree/master/embed/README.md"
|
href="https://github.com/Mintplex-Labs/anythingllm-embed/blob/main/README.md"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
className="text-blue-300 light:text-blue-500 hover:underline"
|
className="text-blue-300 light:text-blue-500 hover:underline"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user