Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 26, 2024
1 parent 041d1f4 commit d0eecdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ const config: Config = {
// defer: true,
// },
],
stylesheets: ["src/css/fonts.css"],
}

module.exports = config
5 changes: 4 additions & 1 deletion src/static/scripts/kapa.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ script.setAttribute("data-modal-title", "Ory AI Copilot")
script.setAttribute("data-button-text", "Ask AI")
script.setAttribute("data-project-logo", "/docs/img/kapa-logo.png")
script.defer = true
setTimeout(() => document.head.appendChild(script), 1000)

addEventListener("DOMContentLoaded", (event) => {
setTimeout(() => document.head.appendChild(script), 500)
})

0 comments on commit d0eecdf

Please sign in to comment.