From cd3dc9a4beae181a6856349e12d3a95054fb92ac Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Sun, 26 Oct 2025 11:04:13 -0700 Subject: [PATCH] add canonical domain --- docs.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index d44fcb5..335ef74 100644 --- a/docs.json +++ b/docs.json @@ -209,5 +209,10 @@ "source": "/community/:slug*", "destination": "/self-host/:slug*" } - ] + ], + "seo": { + "metatags": { + "canonical": "https://docs.pangolin.net" + } + } }