From c3839379be1a6686a20689b7b2ce198e7364273e Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 18 Sep 2023 10:38:36 +0200 Subject: [PATCH] docs(meta): fix HTML head property --- docs/.vuepress/head.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/head.ts b/docs/.vuepress/head.ts index 122368a..0aef0c3 100644 --- a/docs/.vuepress/head.ts +++ b/docs/.vuepress/head.ts @@ -27,7 +27,7 @@ const simplifiedHead = [ content: 'https://cdn.phundrak.com/img/rich_preview.png', }, { - property: 'org:title', + property: 'og:title', content: 'P’undrak’s Conlangs', }, {