Skip to content

Commit

Permalink
fix: consent url (#1975)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszekiel authored Dec 18, 2024
1 parent 0e3fecf commit 8370703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const config: Config = {
href: "https://www.ory.sh/contact/",
},
{
html: `<a class="termly-display-preferences footer__link-item" href="#">Consent Preferences</a>`,
html: `<a class="ory-consent-manager footer__link-item" href="#">Consent Preferences</a>`,
},
] satisfies Preset.ThemeConfig["footer"]["links"],
logo: {
Expand Down Expand Up @@ -277,7 +277,7 @@ const config: Config = {
scripts: [
// Needed as a workaround for https://answers.netlify.com/t/trailing-slash-missing-on-proxied-netlify-site/36367
"/docs/scripts/redirect.js",
"https://consent.ory.sh",
"https://consent.ory.sh/index.js",
{
src: "https://widget.kapa.ai/kapa-widget.bundle.js",
"data-website-id": "e89e7663-df2c-4c7f-974a-1bf8accdd615",
Expand Down

0 comments on commit 8370703

Please sign in to comment.