From e12c489d3ad6111c78c9cb4d4b8ab77b053c49ad Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Mon, 21 Oct 2019 23:27:56 +0200 Subject: Add Open Graph prefix --- nuxt.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nuxt.config.js') diff --git a/nuxt.config.js b/nuxt.config.js index e00db35..104781c 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -9,7 +9,8 @@ export default { */ head: { htmlAttrs: { - lang: 'pl' + lang: 'pl', + prefix: 'og: http://ogp.me/ns#' }, title: '19 PDH Puszcza', meta: [ -- cgit 1.4.1