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",
|
||||
chatButtonBgColor: "#E1FF25",
|
||||
baseSettings: {
|
||||
apiKey: "13dfec2e75982bc9bae3199a08e13b86b5fbacd64e9b2f89", // required
|
||||
integrationId: "cm1shscmm00y26sj83lgxzvkw", // required
|
||||
organizationId: "org_e3869az6hQZ0mXdF", // required
|
||||
primaryBrandColor: "#E1FF25", // Ultralytics brand color
|
||||
apiKey: "13dfec2e75982bc9bae3199a08e13b86b5fbacd64e9b2f89",
|
||||
integrationId: "cm1shscmm00y26sj83lgxzvkw",
|
||||
organizationId: "org_e3869az6hQZ0mXdF",
|
||||
primaryBrandColor: "#E1FF25",
|
||||
organizationDisplayName: "Ultralytics",
|
||||
theme: {
|
||||
stylesheetUrls: ["../stylesheets/style.css"],
|
||||
stylesheetUrls: ["/stylesheets/style.css"],
|
||||
},
|
||||
// ...optional settings
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue