We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009b2fe commit 6d1d186Copy full SHA for 6d1d186
fern/assets/trieve-user-script.js
@@ -77,12 +77,12 @@ try {
77
try {
78
const link = document.createElement("link");
79
link.rel = "stylesheet";
80
- link.href = "https://cdn.trieve.ai/beta/search-component/index.css";
+ link.href = "https://cdn.trieve.ai/stable/search-component/index.css";
81
document.head.appendChild(link);
82
} catch (e) {
83
console.error(e);
84
}
85
- import("https://cdn.trieve.ai/beta/search-component/vanilla/index.js").then(
+ import("https://cdn.trieve.ai/stable/search-component/vanilla/index.js").then(
86
async (module) => {
87
88
const { renderToDiv } = module;
0 commit comments