diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-05-19 23:55:02 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-05-19 23:55:02 +0200 |
| commit | d7598a843eeea9b4d3d2838cd438f46f454101e7 (patch) | |
| tree | 4cd2ce7014697ee0ce47d940b197081c7872bcb0 /config.schema.json | |
| parent | cf36d7daa9d7a0b4793eb31c1dee07e48756180b (diff) | |
feat(social): supports rel-me links
Diffstat (limited to 'config.schema.json')
| -rw-r--r-- | config.schema.json | 3 |
1 files changed, 3 insertions, 0 deletions
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, |
