From f99bfd2a3924b91e1138aa14cfe27aadc5ea0b8d Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sat, 19 Oct 2019 23:34:13 +0200 Subject: Update og image --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuxt.config.js') diff --git a/nuxt.config.js b/nuxt.config.js index 4ade6f8..e00db35 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -28,7 +28,7 @@ export default { { hid: 'og:image', name: 'og:image', - content: `${BASE_URL}/assets/og/default.png` + content: `${BASE_URL}/assets/og/default.jpg` } ], link: [ -- cgit 1.4.1