From 8370703475f837f1f714a5e02a01e6ff42b5a96b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mi=C5=82osz?= <12242002+mszekiel@users.noreply.github.com>
Date: Wed, 18 Dec 2024 13:51:58 +0100
Subject: [PATCH] fix: consent url (#1975)
---
docusaurus.config.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 5c6fac460..b108e790c 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -200,7 +200,7 @@ const config: Config = {
href: "https://www.ory.sh/contact/",
},
{
- html: ``,
+ html: ``,
},
] satisfies Preset.ThemeConfig["footer"]["links"],
logo: {
@@ -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",