From d9767265f5015330ce6391ee287e2b934fe8dba3 Mon Sep 17 00:00:00 2001 From: Pascal Baljet Date: Wed, 10 Dec 2025 22:08:05 +0100 Subject: [PATCH] Add canonical meta tag to config --- docs.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs.json b/docs.json index 542b7b0..e38de2b 100644 --- a/docs.json +++ b/docs.json @@ -352,5 +352,10 @@ "format": "woff2", "weight": 500 } + }, + "seo": { + "metatags": { + "canonical": "https://inertiajs.com/docs" + } } }