Fix absolute stylesheet CSS path (#16726)
This commit is contained in:
parent
01c91fb443
commit
d88e57f143
1 changed files with 5 additions and 5 deletions
|
|
@ -94,13 +94,13 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||||
fixedPositionYOffset: "3rem",
|
fixedPositionYOffset: "3rem",
|
||||||
chatButtonBgColor: "#E1FF25",
|
chatButtonBgColor: "#E1FF25",
|
||||||
baseSettings: {
|
baseSettings: {
|
||||||
apiKey: "13dfec2e75982bc9bae3199a08e13b86b5fbacd64e9b2f89", // required
|
apiKey: "13dfec2e75982bc9bae3199a08e13b86b5fbacd64e9b2f89",
|
||||||
integrationId: "cm1shscmm00y26sj83lgxzvkw", // required
|
integrationId: "cm1shscmm00y26sj83lgxzvkw",
|
||||||
organizationId: "org_e3869az6hQZ0mXdF", // required
|
organizationId: "org_e3869az6hQZ0mXdF",
|
||||||
primaryBrandColor: "#E1FF25", // Ultralytics brand color
|
primaryBrandColor: "#E1FF25",
|
||||||
organizationDisplayName: "Ultralytics",
|
organizationDisplayName: "Ultralytics",
|
||||||
theme: {
|
theme: {
|
||||||
stylesheetUrls: ["../stylesheets/style.css"],
|
stylesheetUrls: ["/stylesheets/style.css"],
|
||||||
},
|
},
|
||||||
// ...optional settings
|
// ...optional settings
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue