Skip to content

Commit 6d1d186

Browse files
committed
fix(trieve): update stylesheet and module URLs to stable version
1 parent 009b2fe commit 6d1d186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/assets/trieve-user-script.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ try {
7777
try {
7878
const link = document.createElement("link");
7979
link.rel = "stylesheet";
80-
link.href = "https://cdn.trieve.ai/beta/search-component/index.css";
80+
link.href = "https://cdn.trieve.ai/stable/search-component/index.css";
8181
document.head.appendChild(link);
8282
} catch (e) {
8383
console.error(e);
8484
}
85-
import("https://cdn.trieve.ai/beta/search-component/vanilla/index.js").then(
85+
import("https://cdn.trieve.ai/stable/search-component/vanilla/index.js").then(
8686
async (module) => {
8787
try {
8888
const { renderToDiv } = module;

0 commit comments

Comments
 (0)