Skip to content

Commit

Permalink
Fix absolute stylesheet CSS path (ultralytics#16726)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Oct 6, 2024
1 parent 01c91fb commit d88e57f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/overrides/javascript/extra.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit d88e57f

Please sign in to comment.