From d44fc790ee1edd05a72e363061ce98b1b339a42d Mon Sep 17 00:00:00 2001 From: Felix Schuster Date: Tue, 28 Oct 2025 11:25:06 +0100 Subject: [PATCH] Set correct canonical URL --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index d5d220fdf..c1fbe60d9 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -9,7 +9,7 @@ async function createConfig() { return { title: 'Constellation', tagline: 'Constellation: The world\'s most secure Kubernetes', - url: 'https://constellation-docs.netlify.app', + url: 'https://docs.edgeless.systems', baseUrl: '/constellation/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'throw',