Fix absolute stylesheet CSS path (#16726)

pull/16728/head
Glenn Jocher 1 month ago committed by GitHub
parent 01c91fb443
commit d88e57f143
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      docs/overrides/javascript/extra.js

@ -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…
Cancel
Save