From d7598a843eeea9b4d3d2838cd438f46f454101e7 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 19 May 2025 23:55:02 +0200 Subject: feat(social): supports rel-me links --- config.schema.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.schema.json') diff --git a/config.schema.json b/config.schema.json index 2e8a7c1..f2a2600 100644 --- a/config.schema.json +++ b/config.schema.json @@ -160,6 +160,9 @@ }, "custom_pages": { "type": "array" + }, + "rel_me_links": { + "type": "array" } }, "additionalProperties": false, -- cgit v1.2.3